Shapeworks Studio
2.1
Shape analysis software suite
|
Public Member Functions | |
DenseIndex | mc () const |
DenseIndex | nc () const |
DenseIndex | kc () const |
LhsScalar * | blockA () |
RhsScalar * | blockB () |
RhsScalar * | blockW () |
Protected Attributes | |
LhsScalar * | m_blockA |
RhsScalar * | m_blockB |
RhsScalar * | m_blockW |
DenseIndex | m_mc |
DenseIndex | m_nc |
DenseIndex | m_kc |
Definition at line 17 of file GeneralMatrixMatrix.h.