geomc 1.0
A c++ linear algebra template library
|
This is the complete list of members for FlatMatrixLayout< T, L >, including all inherited members.
col(typename std::conditional< Const, const T *, T * >::type base, index_t c, index_t rows, index_t cols) (defined in FlatMatrixLayout< T, L >) | FlatMatrixLayout< T, L > | inlinestatic |
col_iterator typedef (defined in FlatMatrixLayout< T, L >) | FlatMatrixLayout< T, L > | |
const_col_iterator typedef (defined in FlatMatrixLayout< T, L >) | FlatMatrixLayout< T, L > | |
const_row_iterator typedef (defined in FlatMatrixLayout< T, L >) | FlatMatrixLayout< T, L > | |
index(index_t r, index_t c, index_t rows, index_t cols) (defined in FlatMatrixLayout< T, L >) | FlatMatrixLayout< T, L > | inlinestatic |
row(typename std::conditional< Const, const T *, T * >::type base, index_t r, index_t rows, index_t cols) (defined in FlatMatrixLayout< T, L >) | FlatMatrixLayout< T, L > | inlinestatic |
row_iterator typedef (defined in FlatMatrixLayout< T, L >) | FlatMatrixLayout< T, L > |