#include <MatrixImpl.hpp>
|
constexpr int | ColumnCount () const |
| Returns the number of columns of the matrix. More...
|
|
constexpr int | RowCount () const |
| Returns the number of rows of the matrix. More...
|
|
constexpr int | Width () const |
| Returns the number of columns of the matrix. More...
|
|
constexpr int | Height () const |
| Returns the number of rows of the matrix. More...
|
|
◆ ColumnCount()
template<class T, int Rows, int Columns, eMatrixOrder Order = eMatrixOrder::FOLLOW_VECTOR, eMatrixLayout Layout = eMatrixLayout::ROW_MAJOR, bool Packed = false>
constexpr int mathter::MatrixData< T, Rows, Columns, Order, Layout, Packed >::ColumnCount |
( |
| ) |
const |
|
inline |
Returns the number of columns of the matrix.
◆ Height()
template<class T, int Rows, int Columns, eMatrixOrder Order = eMatrixOrder::FOLLOW_VECTOR, eMatrixLayout Layout = eMatrixLayout::ROW_MAJOR, bool Packed = false>
Returns the number of rows of the matrix.
◆ RowCount()
template<class T, int Rows, int Columns, eMatrixOrder Order = eMatrixOrder::FOLLOW_VECTOR, eMatrixLayout Layout = eMatrixLayout::ROW_MAJOR, bool Packed = false>
constexpr int mathter::MatrixData< T, Rows, Columns, Order, Layout, Packed >::RowCount |
( |
| ) |
const |
|
inline |
Returns the number of rows of the matrix.
◆ Width()
template<class T, int Rows, int Columns, eMatrixOrder Order = eMatrixOrder::FOLLOW_VECTOR, eMatrixLayout Layout = eMatrixLayout::ROW_MAJOR, bool Packed = false>
Returns the number of columns of the matrix.
◆ StripeCount
template<class T, int Rows, int Columns, eMatrixOrder Order = eMatrixOrder::FOLLOW_VECTOR, eMatrixLayout Layout = eMatrixLayout::ROW_MAJOR, bool Packed = false>
◆ StripeDim
template<class T, int Rows, int Columns, eMatrixOrder Order = eMatrixOrder::FOLLOW_VECTOR, eMatrixLayout Layout = eMatrixLayout::ROW_MAJOR, bool Packed = false>
◆ stripes
template<class T, int Rows, int Columns, eMatrixOrder Order = eMatrixOrder::FOLLOW_VECTOR, eMatrixLayout Layout = eMatrixLayout::ROW_MAJOR, bool Packed = false>
The documentation for this class was generated from the following file: