Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support cone orthogonal polynomials #34

Open
dlfivefifty opened this issue Apr 16, 2019 · 1 comment
Open

Support cone orthogonal polynomials #34

dlfivefifty opened this issue Apr 16, 2019 · 1 comment

Comments

@dlfivefifty
Copy link
Contributor

Sometimes columns are not stored contiguously.

I think assuming stride(A,1) == 1 is fine (that is, ColumnMajor())

@MikaelSlevinsky
Copy link
Owner

Using non-contiguous strides should be part of a wrapper, not the core code: contiguity is utilized to maximize SIMD.

@MikaelSlevinsky MikaelSlevinsky changed the title Support strided matrices Support cone orthogonal polynomials Jul 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants