demianmnave / CML1

The Configurable Math Library, v1

Home Page:http://cmldev.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement matrix row and column views

demianmnave opened this issue · comments

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.

Kamino cloned this issue to demianmnave/CML