|
static TransposeIterator< T, Const > | col (typename std::conditional< Const, const T *, T * >::type base, index_t c, index_t rows, index_t cols) |
|
template<bool Const> |
static std::conditional< Const, constT *, T * >::type | col (typename std::conditional< Const, const T *, T * >::type base, index_t c, index_t rows, index_t cols) |
|
static index_t | index (index_t r, index_t c, index_t rows, index_t cols) |
|
static index_t | index (index_t r, index_t c, index_t rows, index_t cols) |
|
static std::conditional< Const, constT *, T * >::type | row (typename std::conditional< Const, const T *, T * >::type base, index_t r, index_t rows, index_t cols) |
|
template<bool Const> |
static TransposeIterator< T, Const > | row (typename std::conditional< Const, const T *, T * >::type base, index_t r, index_t rows, index_t cols) |
|
The documentation for this class was generated from the following file: