silx-kit / pyFAI

Fast Azimuthal Integration in Python
Other
106 stars 95 forks source link

Make sparse_builder export data as CSC format #1734

Open kif opened 2 years ago

kif commented 2 years ago

For now, arrays are built using a conversion from scipy.sparse. It works but creates a strong dependecy on scipy to be able to build the code.

kif commented 2 years ago

@vallsv I will need your guidance to dive into your C++ code