FastTransforms
FastTransforms copied to clipboard
Support cone orthogonal polynomials
Sometimes columns are not stored contiguously.
I think assuming stride(A,1) == 1 is fine (that is, ColumnMajor())
Using non-contiguous strides should be part of a wrapper, not the core code: contiguity is utilized to maximize SIMD.