#include <Block.h>
List of all members.
Public Types |
typedef MapBase< Block > | Base |
Public Member Functions |
| Block (XprType &xpr, Index i) |
| Block (XprType &xpr, Index startRow, Index startCol) |
| Block (XprType &xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) |
Index | innerStride () const |
const internal::remove_all
< typename XprType::Nested >
::type & | nestedExpression () const |
Index | outerStride () const |
Protected Member Functions |
void | init () |
Protected Attributes |
Index | m_outerStride |
XprType::Nested | m_xpr |
template<typename XprType, int BlockRows, int BlockCols, bool InnerPanel>
class Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >
Member Typedef Documentation
Constructor & Destructor Documentation
Block |
( |
XprType & |
xpr, |
|
|
Index |
i |
|
) |
| [inline] |
Column or Row constructor
Block |
( |
XprType & |
xpr, |
|
|
Index |
startRow, |
|
|
Index |
startCol |
|
) |
| [inline] |
Block |
( |
XprType & |
xpr, |
|
|
Index |
startRow, |
|
|
Index |
startCol, |
|
|
Index |
blockRows, |
|
|
Index |
blockCols |
|
) |
| [inline] |
Member Function Documentation
void init |
( |
| ) |
[inline, protected] |
- See also:
- MapBase::innerStride()
const internal::remove_all<typename XprType::Nested>::type& nestedExpression |
( |
| ) |
const [inline] |
- See also:
- MapBase::outerStride()
Member Data Documentation
XprType::Nested m_xpr [protected] |
The documentation for this class was generated from the following file: