#include <Block.h>
List of all members.
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 () |
Member Typedef Documentation
Constructor & Destructor Documentation
Block |
( |
XprType & |
xpr, |
|
|
Index |
i |
|
) |
| |
|
inline |
Block |
( |
XprType & |
xpr, |
|
|
Index |
startRow, |
|
|
Index |
startCol |
|
) |
| |
|
inline |
Block |
( |
XprType & |
xpr, |
|
|
Index |
startRow, |
|
|
Index |
startCol, |
|
|
Index |
blockRows, |
|
|
Index |
blockCols |
|
) |
| |
|
inline |
Member Function Documentation
Index innerStride |
( |
| ) |
const |
|
inline |
- See also:
- MapBase::innerStride()
const internal::remove_all<typename XprType::Nested>::type& nestedExpression |
( |
| ) |
const |
|
inline |
Index outerStride |
( |
| ) |
const |
|
inline |
- See also:
- MapBase::outerStride()
Member Data Documentation
The documentation for this class was generated from the following file: