Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Member Functions
Eigen::internal::gemm_blocking_space< StorageOrder, _LhsScalar, _RhsScalar, MaxRows, MaxCols, MaxDepth, KcFactor, false > Class Template Reference
+ Inheritance diagram for Eigen::internal::gemm_blocking_space< StorageOrder, _LhsScalar, _RhsScalar, MaxRows, MaxCols, MaxDepth, KcFactor, false >:
+ Collaboration diagram for Eigen::internal::gemm_blocking_space< StorageOrder, _LhsScalar, _RhsScalar, MaxRows, MaxCols, MaxDepth, KcFactor, false >:

Public Member Functions

 gemm_blocking_space (DenseIndex rows, DenseIndex cols, DenseIndex depth)
 
void allocateA ()
 
void allocateB ()
 
void allocateW ()
 
void allocateAll ()
 
- Public Member Functions inherited from Eigen::internal::level3_blocking< conditional< StorageOrder==RowMajor, _RhsScalar, _LhsScalar >::type, conditional< StorageOrder==RowMajor, _LhsScalar, _RhsScalar >::type >
DenseIndex mc () const
 
DenseIndex nc () const
 
DenseIndex kc () const
 
LhsScalarblockA ()
 
RhsScalarblockB ()
 
RhsScalarblockW ()
 

Additional Inherited Members

- Protected Attributes inherited from Eigen::internal::level3_blocking< conditional< StorageOrder==RowMajor, _RhsScalar, _LhsScalar >::type, conditional< StorageOrder==RowMajor, _LhsScalar, _RhsScalar >::type >
LhsScalarm_blockA
 
RhsScalarm_blockB
 
RhsScalarm_blockW
 
DenseIndex m_mc
 
DenseIndex m_nc
 
DenseIndex m_kc
 

Detailed Description

template<int StorageOrder, typename _LhsScalar, typename _RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor>
class Eigen::internal::gemm_blocking_space< StorageOrder, _LhsScalar, _RhsScalar, MaxRows, MaxCols, MaxDepth, KcFactor, false >

Definition at line 312 of file GeneralMatrixMatrix.h.


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