Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Private Types | List of all members
Eigen::internal::BlockImpl_dense< XprType, BlockRows, BlockCols, InnerPanel, true > Class Template Reference

#include <Block.h>

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

Public Types

typedef MapBase< BlockTypeBase
 

Public Member Functions

 BlockImpl_dense (XprType &xpr, Index i)
 
 BlockImpl_dense (XprType &xpr, Index startRow, Index startCol)
 
 BlockImpl_dense (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

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

Protected Attributes

Index m_outerStride
 
XprType::Nested m_xpr
 

Private Types

typedef Block< XprType, BlockRows, BlockCols, InnerPanel > BlockType
 

Detailed Description

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

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

Member Typedef Documentation

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

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

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
typedef Block<XprType, BlockRows, BlockCols, InnerPanel> Eigen::internal::BlockImpl_dense< XprType, BlockRows, BlockCols, InnerPanel, true >::BlockType
private

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

Constructor & Destructor Documentation

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

Column or Row constructor

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

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

Fixed-size constructor

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

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

Dynamic-size constructor

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

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
Eigen::internal::BlockImpl_dense< XprType, BlockRows, BlockCols, InnerPanel, true >::BlockImpl_dense ( XprType &  xpr,
const Scalar *  data,
Index  blockRows,
Index  blockCols 
)
inlineprotected

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

Member Function Documentation

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
void Eigen::internal::BlockImpl_dense< XprType, BlockRows, BlockCols, InnerPanel, true >::init ( )
inlineprotected

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

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

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

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

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

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

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

Member Data Documentation

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
Index Eigen::internal::BlockImpl_dense< XprType, BlockRows, BlockCols, InnerPanel, true >::m_outerStride
protected

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

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
XprType::Nested Eigen::internal::BlockImpl_dense< XprType, BlockRows, BlockCols, InnerPanel, true >::m_xpr
protected

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


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:12