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

Instantiate sparse data mat directly as transposed #314

Open
schalkdaniel opened this issue Mar 31, 2020 · 1 comment
Open

Instantiate sparse data mat directly as transposed #314

schalkdaniel opened this issue Mar 31, 2020 · 1 comment

Comments

@schalkdaniel
Copy link
Owner

The data matrix for spline data is created as n x p matrix at the moment. But it is stored as transposed to make use of column-major-order. Instead of transposing it, it would be much more efficient to directly create it as p x n matrix ...

@schalkdaniel
Copy link
Owner Author

Not 100% sure, but I guess its just flipping the location rows in the constructor of the sparse matrix ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant