Go to the source code of this file.
|
| class | honey::MatrixBase< Subclass > |
| | Matrix base class. More...
|
| |
| class | honey::Matrix< Rows, Cols, Real, Options, Alloc > |
| | (m x n)-dimensional matrix More...
|
| |
| class | honey::Vec< Dim, Real, Options, Alloc > |
| | N-dimensional vector. More...
|
| |
| struct | honey::matrix::priv::Traits< Subclass > |
| |
| struct | honey::matrix::Option |
| | Matrix type options. More...
|
| |
| struct | honey::matrix::Option::setAlign< Align > |
| | Alignment must be a power of 2. More...
|
| |
| struct | honey::matrix::Option::getAlign< Options > |
| |
| class | honey::matrix::Block< MatrixP, s_rows, s_cols > |
| | Matrix block view. More...
|
| |
| struct | honey::vec::priv::Segment< Vec, Dim > |
| | Vector segment view. More...
|
| |