#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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References Eigen::StackMatrix< MatrixType1, MatrixType2 >::cols().
Referenced by Eigen::StackMatrix< MatrixType1, MatrixType2 >::cols().
|
inline |
|
inline |
|
protected |
|
protected |