BlkMatrix() | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
BlkMatrix(const row_dim_t &rowDims, const col_dim_t &colDims) | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
BlkMatrix(const Eigen::MatrixBase< Other > &data, const row_dim_t &rowDims, const col_dim_t &colDims) | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
BlkMatrix(Eigen::MatrixBase< Other > &data, const row_dim_t &rowDims, const col_dim_t &colDims) | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
BlkMatrix(const Eigen::MatrixBase< Other > &data, const row_dim_t &dims) | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
BlkMatrix(Eigen::MatrixBase< Other > &data, const row_dim_t &dims) | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
BlkMatrix(const row_dim_t &dims) | aligator::BlkMatrix< _MatrixType, _N, _M > | inlineexplicit |
BlkMatrix(const row_dim_t &dims, std::true_type) | aligator::BlkMatrix< _MatrixType, _N, _M > | inlineexplicitprotected |
BlkMatrix(const row_dim_t &dims, std::false_type) | aligator::BlkMatrix< _MatrixType, _N, _M > | inlineexplicitprotected |
blockCol(size_t j) const | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
blockCol(size_t j) | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
blockRow(size_t i) | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
blockRow(size_t i) const | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
blockSegment(size_t i) | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
blockSegment(size_t i) const | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
col_dim_t typedef | aligator::BlkMatrix< _MatrixType, _N, _M > | |
colDims() const | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
colIndices() const | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
cols() const | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
initialize() | aligator::BlkMatrix< _MatrixType, _N, _M > | inlineprotected |
M enum value | aligator::BlkMatrix< _MatrixType, _N, _M > | |
m_colDims | aligator::BlkMatrix< _MatrixType, _N, _M > | protected |
m_colIndices | aligator::BlkMatrix< _MatrixType, _N, _M > | protected |
m_data | aligator::BlkMatrix< _MatrixType, _N, _M > | protected |
m_rowDims | aligator::BlkMatrix< _MatrixType, _N, _M > | protected |
m_rowIndices | aligator::BlkMatrix< _MatrixType, _N, _M > | protected |
m_totalCols | aligator::BlkMatrix< _MatrixType, _N, _M > | protected |
m_totalRows | aligator::BlkMatrix< _MatrixType, _N, _M > | protected |
matrix() | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
matrix() const | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
MatrixType typedef | aligator::BlkMatrix< _MatrixType, _N, _M > | |
N enum value | aligator::BlkMatrix< _MatrixType, _N, _M > | |
operator()(size_t i, size_t j) | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
operator()(size_t i, size_t j) const | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
operator<<(std::ostream &oss, const BlkMatrix &self) | aligator::BlkMatrix< _MatrixType, _N, _M > | friend |
operator=(const Eigen::MatrixBase< Other > &other) | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
operator[](size_t i) | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
operator[](size_t i) const | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
Options enum value | aligator::BlkMatrix< _MatrixType, _N, _M > | |
PlainObject typedef | aligator::BlkMatrix< _MatrixType, _N, _M > | |
row_dim_t typedef | aligator::BlkMatrix< _MatrixType, _N, _M > | |
rowDims() const | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
rowIndices() const | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
rows() const | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
Scalar typedef | aligator::BlkMatrix< _MatrixType, _N, _M > | |
setZero() | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
swap(BlkMatrix< Other, N, M > &other) | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
topBlkRows(size_t n) | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
topBlkRows() | aligator::BlkMatrix< _MatrixType, _N, _M > | inline |
Zero(const row_dim_t &rowDims, const col_dim_t &colDims) | aligator::BlkMatrix< _MatrixType, _N, _M > | inlinestatic |