![]() |
Shapeworks Studio
2.1
Shape analysis software suite
|
Public Types | |
typedef internal::dense_xpr_base< BlockType >::type | Base |
Public Member Functions | |
BlockImpl_dense (XprType &xpr, Index i) | |
BlockImpl_dense (XprType &xpr, Index a_startRow, Index a_startCol) | |
BlockImpl_dense (XprType &xpr, Index a_startRow, Index a_startCol, Index blockRows, Index blockCols) | |
Index | rows () const |
Index | cols () const |
Scalar & | coeffRef (Index rowId, Index colId) |
const Scalar & | coeffRef (Index rowId, Index colId) const |
EIGEN_STRONG_INLINE const CoeffReturnType | coeff (Index rowId, Index colId) const |
Scalar & | coeffRef (Index index) |
const Scalar & | coeffRef (Index index) const |
const CoeffReturnType | coeff (Index index) const |
template<int LoadMode> | |
PacketScalar | packet (Index rowId, Index colId) const |
template<int LoadMode> | |
void | writePacket (Index rowId, Index colId, const PacketScalar &val) |
template<int LoadMode> | |
PacketScalar | packet (Index index) const |
template<int LoadMode> | |
void | writePacket (Index index, const PacketScalar &val) |
const internal::remove_all< typename XprType::Nested >::type & | nestedExpression () const |
Index | startRow () const |
Index | startCol () const |
Protected Attributes | |
const XprType::Nested | m_xpr |
const internal::variable_if_dynamic< Index, XprType::RowsAtCompileTime==1?0:Dynamic > | m_startRow |
const internal::variable_if_dynamic< Index, XprType::ColsAtCompileTime==1?0:Dynamic > | m_startCol |
const internal::variable_if_dynamic< Index, RowsAtCompileTime > | m_blockRows |
const internal::variable_if_dynamic< Index, ColsAtCompileTime > | m_blockCols |
|
inline |
|
inline |
|
inline |