geomc 1.0
A c++ linear algebra template library
FlatMatrixLayout< T, COL_MAJOR > Member List

This is the complete list of members for FlatMatrixLayout< T, COL_MAJOR >, 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, COL_MAJOR >)FlatMatrixLayout< T, COL_MAJOR >inlinestatic
col_iterator typedef (defined in FlatMatrixLayout< T, COL_MAJOR >)FlatMatrixLayout< T, COL_MAJOR >
const_col_iterator typedef (defined in FlatMatrixLayout< T, COL_MAJOR >)FlatMatrixLayout< T, COL_MAJOR >
const_row_iterator typedef (defined in FlatMatrixLayout< T, COL_MAJOR >)FlatMatrixLayout< T, COL_MAJOR >
index(index_t r, index_t c, index_t rows, index_t cols) (defined in FlatMatrixLayout< T, COL_MAJOR >)FlatMatrixLayout< T, COL_MAJOR >inlinestatic
row(typename std::conditional< Const, const T *, T * >::type base, index_t r, index_t rows, index_t cols) (defined in FlatMatrixLayout< T, COL_MAJOR >)FlatMatrixLayout< T, COL_MAJOR >inlinestatic
row_iterator typedef (defined in FlatMatrixLayout< T, COL_MAJOR >)FlatMatrixLayout< T, COL_MAJOR >