MOAB  4.9.3pre
Eigen::internal::level3_blocking< _LhsScalar, _RhsScalar > Class Template Reference

#include <GeneralMatrixMatrix.h>

Inheritance diagram for Eigen::internal::level3_blocking< _LhsScalar, _RhsScalar >:

List of all members.

Public Member Functions

 level3_blocking ()
Index mc () const
Index nc () const
Index kc () const
LhsScalarblockA ()
RhsScalarblockB ()

Protected Attributes

LhsScalarm_blockA
RhsScalarm_blockB
Index m_mc
Index m_nc
Index m_kc

Private Types

typedef _LhsScalar LhsScalar
typedef _RhsScalar RhsScalar

Detailed Description

template<typename _LhsScalar, typename _RhsScalar>
class Eigen::internal::level3_blocking< _LhsScalar, _RhsScalar >

Definition at line 247 of file GeneralMatrixMatrix.h.


Member Typedef Documentation


Constructor & Destructor Documentation

template<typename _LhsScalar, typename _RhsScalar>
Eigen::internal::level3_blocking< _LhsScalar, _RhsScalar >::level3_blocking ( ) [inline]

Definition at line 262 of file GeneralMatrixMatrix.h.

      : m_blockA(0), m_blockB(0), m_mc(0), m_nc(0), m_kc(0)
    {}

Member Function Documentation

template<typename _LhsScalar, typename _RhsScalar>
LhsScalar* Eigen::internal::level3_blocking< _LhsScalar, _RhsScalar >::blockA ( ) [inline]

Definition at line 270 of file GeneralMatrixMatrix.h.

{ return m_blockA; }
template<typename _LhsScalar, typename _RhsScalar>
RhsScalar* Eigen::internal::level3_blocking< _LhsScalar, _RhsScalar >::blockB ( ) [inline]

Definition at line 271 of file GeneralMatrixMatrix.h.

{ return m_blockB; }
template<typename _LhsScalar, typename _RhsScalar>
Index Eigen::internal::level3_blocking< _LhsScalar, _RhsScalar >::kc ( ) const [inline]

Definition at line 268 of file GeneralMatrixMatrix.h.

{ return m_kc; }
template<typename _LhsScalar, typename _RhsScalar>
Index Eigen::internal::level3_blocking< _LhsScalar, _RhsScalar >::mc ( ) const [inline]

Definition at line 266 of file GeneralMatrixMatrix.h.

{ return m_mc; }
template<typename _LhsScalar, typename _RhsScalar>
Index Eigen::internal::level3_blocking< _LhsScalar, _RhsScalar >::nc ( ) const [inline]

Definition at line 267 of file GeneralMatrixMatrix.h.

{ return m_nc; }

Member Data Documentation

template<typename _LhsScalar, typename _RhsScalar>
LhsScalar* Eigen::internal::level3_blocking< _LhsScalar, _RhsScalar >::m_blockA [protected]

Definition at line 253 of file GeneralMatrixMatrix.h.

template<typename _LhsScalar, typename _RhsScalar>
RhsScalar* Eigen::internal::level3_blocking< _LhsScalar, _RhsScalar >::m_blockB [protected]

Definition at line 254 of file GeneralMatrixMatrix.h.

template<typename _LhsScalar, typename _RhsScalar>
Index Eigen::internal::level3_blocking< _LhsScalar, _RhsScalar >::m_kc [protected]

Definition at line 258 of file GeneralMatrixMatrix.h.

template<typename _LhsScalar, typename _RhsScalar>
Index Eigen::internal::level3_blocking< _LhsScalar, _RhsScalar >::m_mc [protected]

Definition at line 256 of file GeneralMatrixMatrix.h.

template<typename _LhsScalar, typename _RhsScalar>
Index Eigen::internal::level3_blocking< _LhsScalar, _RhsScalar >::m_nc [protected]

Definition at line 257 of file GeneralMatrixMatrix.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines