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

Implement matrix row and column views #1

Open
demianmnave opened this issue Aug 22, 2017 · 0 comments
Open

Implement matrix row and column views #1

demianmnave opened this issue Aug 22, 2017 · 0 comments

Comments

@demianmnave
Copy link
Owner

From CML1 created by demianmnave : demianmnave/CML1#3

Row and column views should be derived from readable_vector or writable_vector, depending upon the access requirements of the source matrix. The views need not be high performance except in specific circumstances; e.g. a row_view of a row-major matrix should be fast, but a col_view may not be due to stride.

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