#include <SubMatrix.hpp>
Public Types | |
typedef MatrixBase < StackMatrix< MatrixType1, MatrixType2 > > | Base |
typedef MatrixBase< MatrixType1 > | Base1 |
typedef MatrixBase< MatrixType2 > | Base2 |
Public Member Functions | |
StackMatrix (Base1 &m1, Base2 &m2) | |
Index | cols () const |
Index | rows () const |
Index | innerStride () const |
Scalar & | coeffRef (Index row, Index col) |
Scalar & | coeffRef (Index index) |
const CoeffReturnType | coeff (Index row, Index col) const |
const CoeffReturnType | coeff (Index index) const |
Protected Attributes | |
Base1 & | m1 |
Base2 & | m2 |
typedef MatrixBase< StackMatrix<MatrixType1,MatrixType2> > Eigen::StackMatrix< MatrixType1, MatrixType2 >::Base |
typedef MatrixBase< MatrixType1 > Eigen::StackMatrix< MatrixType1, MatrixType2 >::Base1 |
typedef MatrixBase< MatrixType2 > Eigen::StackMatrix< MatrixType1, MatrixType2 >::Base2 |
Eigen::StackMatrix< MatrixType1, MatrixType2 >::StackMatrix | ( | Base1 & | m1, |
Base2 & | m2 | ||
) | [inline] |
const CoeffReturnType Eigen::StackMatrix< MatrixType1, MatrixType2 >::coeff | ( | Index | row, |
Index | col | ||
) | const [inline] |
const CoeffReturnType Eigen::StackMatrix< MatrixType1, MatrixType2 >::coeff | ( | Index | index | ) | const [inline] |
Scalar& Eigen::StackMatrix< MatrixType1, MatrixType2 >::coeffRef | ( | Index | row, |
Index | col | ||
) | [inline] |
Scalar& Eigen::StackMatrix< MatrixType1, MatrixType2 >::coeffRef | ( | Index | index | ) | [inline] |
Index Eigen::StackMatrix< MatrixType1, MatrixType2 >::cols | ( | ) | const [inline] |
References Eigen::StackMatrix< MatrixType1, MatrixType2 >::cols().
Referenced by Eigen::StackMatrix< MatrixType1, MatrixType2 >::cols().
Index Eigen::StackMatrix< MatrixType1, MatrixType2 >::innerStride | ( | ) | const [inline] |
Index Eigen::StackMatrix< MatrixType1, MatrixType2 >::rows | ( | ) | const [inline] |
Base1& Eigen::StackMatrix< MatrixType1, MatrixType2 >::m1 [protected] |
Base2& Eigen::StackMatrix< MatrixType1, MatrixType2 >::m2 [protected] |