Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true > Class Template Reference

#include <Block.h>

Inheritance diagram for Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef MapBase< BlockBase

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

 Block (XprType &xpr, const Scalar *data, Index blockRows, Index blockCols)
void init ()

Protected Attributes

Index m_outerStride
XprType::Nested m_xpr

Detailed Description

template<typename XprType, int BlockRows, int BlockCols, bool InnerPanel>
class Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >

Definition at line 258 of file Core/Block.h.


Member Typedef Documentation

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
typedef MapBase<Block> Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::Base

Definition at line 263 of file Core/Block.h.


Constructor & Destructor Documentation

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::Block ( XprType &  xpr,
Index  i 
) [inline]

Column or Row constructor

Definition at line 270 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::Block ( XprType &  xpr,
Index  startRow,
Index  startCol 
) [inline]

Fixed-size constructor

Definition at line 286 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::Block ( XprType &  xpr,
Index  startRow,
Index  startCol,
Index  blockRows,
Index  blockCols 
) [inline]

Dynamic-size constructor

Definition at line 296 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::Block ( XprType &  xpr,
const Scalar *  data,
Index  blockRows,
Index  blockCols 
) [inline, protected]

Definition at line 336 of file Core/Block.h.


Member Function Documentation

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
void Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::init ( ) [inline, protected]

Definition at line 344 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
Index Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::innerStride ( ) const [inline]
See also:
MapBase::innerStride()

Definition at line 315 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
const internal::remove_all<typename XprType::Nested>::type& Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::nestedExpression ( ) const [inline]

Definition at line 309 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
Index Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::outerStride ( ) const [inline]
See also:
MapBase::outerStride()

Definition at line 323 of file Core/Block.h.


Member Data Documentation

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
Index Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::m_outerStride [protected]

Definition at line 352 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
XprType::Nested Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::m_xpr [protected]

Definition at line 351 of file Core/Block.h.


The documentation for this class was generated from the following file:


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:12:44