cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Static Public Member Functions | List of all members
vctDynamicMatrixLoopEngines Class Reference

Container class for the dynamic matrix engines. More...

#include <vctDynamicMatrixLoopEngines.h>

Classes

class  MinAndMax
 
class  Mio
 
class  MioMi
 
class  MioMiMi
 Implement operation of the form $m_{io} = op_{io}(m_{io}, op_{mm}(m_{i1}, m_{i2}))$ for fixed size matrices. More...
 
class  MioSi
 
class  MioSiMi
 Implement operation of the form $m_{io} = op_{io}(m_{io}, op_{sm}(s, m_i))$ for fixed size matrices. More...
 
class  MoMi
 
class  MoMiMi
 
class  MoMiSi
 
class  MoSiMi
 
class  Product
 
class  SelectRowsByIndex
 
class  SoMi
 
class  SoMiMi
 
class  SoMiSi
 

Static Public Member Functions

static void ThrowSizeMismatchException (void) throw (std::runtime_error)
 
static void ThrowSharedPointersException (void) throw (std::runtime_error)
 

Detailed Description

Container class for the dynamic matrix engines.

See Also
MoMiMi MioMi MoMiSi MoSiMi MioSi MoMi Mio SoMi SoMiMi

Member Function Documentation

static void vctDynamicMatrixLoopEngines::ThrowSharedPointersException ( void  )
throw (std::runtime_error
)
inlinestatic

Helper function to throw an exception whenever the output has the same base pointer as the output. This enforces that a standard message is sent.

static void vctDynamicMatrixLoopEngines::ThrowSizeMismatchException ( void  )
throw (std::runtime_error
)
inlinestatic

Helper function to throw an exception whenever sizes mismatch. This enforces that a standard message is sent.


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