#include <Block.h>
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) | |
EIGEN_STRONG_INLINE const CoeffReturnType | coeff (Index rowId, Index colId) const |
const CoeffReturnType | coeff (Index index) const |
Scalar & | coeffRef (Index rowId, Index colId) |
const Scalar & | coeffRef (Index rowId, Index colId) const |
Scalar & | coeffRef (Index index) |
const Scalar & | coeffRef (Index index) const |
Index | cols () const |
const internal::remove_all< typename XprType::Nested >::type & | nestedExpression () const |
template<int LoadMode> | |
PacketScalar | packet (Index rowId, Index colId) const |
template<int LoadMode> | |
PacketScalar | packet (Index index) const |
Index | rows () const |
Index | startCol () const |
Index | startRow () const |
template<int LoadMode> | |
void | writePacket (Index rowId, Index colId, const PacketScalar &val) |
template<int LoadMode> | |
void | writePacket (Index index, const PacketScalar &val) |
Protected Attributes | |
const internal::variable_if_dynamic< Index, ColsAtCompileTime > | m_blockCols |
const internal::variable_if_dynamic< Index, RowsAtCompileTime > | m_blockRows |
const internal::variable_if_dynamic< Index, XprType::ColsAtCompileTime==1?0:Dynamic > | m_startCol |
const internal::variable_if_dynamic< Index, XprType::RowsAtCompileTime==1?0:Dynamic > | m_startRow |
const XprType::Nested | m_xpr |
Private Types | |
typedef Block< XprType, BlockRows, BlockCols, InnerPanel > | BlockType |
Definition at line 96 of file Core/Block.h.
typedef internal::dense_xpr_base<BlockType>::type Eigen::internal::BlockImpl_dense< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess >::Base |
Definition at line 171 of file Core/Block.h.
|
private |
Definition at line 168 of file Core/Block.h.
|
inline |
Column or Row constructor
Definition at line 179 of file Core/Block.h.
|
inline |
Fixed-size constructor
Definition at line 193 of file Core/Block.h.
|
inline |
Dynamic-size constructor
Definition at line 200 of file Core/Block.h.
|
inline |
Definition at line 223 of file Core/Block.h.
|
inline |
Definition at line 243 of file Core/Block.h.
|
inline |
Definition at line 210 of file Core/Block.h.
|
inline |
Definition at line 217 of file Core/Block.h.
|
inline |
Definition at line 228 of file Core/Block.h.
|
inline |
Definition at line 236 of file Core/Block.h.
|
inline |
Definition at line 208 of file Core/Block.h.
|
inline |
Definition at line 287 of file Core/Block.h.
|
inline |
Definition at line 251 of file Core/Block.h.
|
inline |
Definition at line 265 of file Core/Block.h.
|
inline |
Definition at line 207 of file Core/Block.h.
|
inline |
Definition at line 297 of file Core/Block.h.
|
inline |
Definition at line 292 of file Core/Block.h.
|
inline |
Definition at line 258 of file Core/Block.h.
|
inline |
Definition at line 273 of file Core/Block.h.
|
protected |
Definition at line 308 of file Core/Block.h.
|
protected |
Definition at line 307 of file Core/Block.h.
|
protected |
Definition at line 306 of file Core/Block.h.
|
protected |
Definition at line 305 of file Core/Block.h.
|
protected |
Definition at line 304 of file Core/Block.h.