HEXRD / hexrd

A cross-platform, open-source library for the analysis of X-ray diffraction data.
Other
56 stars 25 forks source link

Eigen transforms #700

Closed kevindlewis23 closed 1 month ago

kevindlewis23 commented 1 month ago

Faster implementations for some of transforms.

kevindlewis23 commented 1 month ago

The outputs will be fortran ordered, which only matters if you try to send it to C code without running np.ascontiguousarray first.