#include <vctDynamicMatrixLoopEngines.h>
Definition at line 40 of file vctDynamicMatrixLoopEngines.h.
for fixed size matrices. More...| static void vctDynamicMatrixLoopEngines::ThrowSizeMismatchException | ( | void | ) | throw (std::runtime_error) [inline, static] |
Helper function to throw an exception whenever sizes mismatch. This enforces that a standard message is sent.
Definition at line 46 of file vctDynamicMatrixLoopEngines.h.
References cmnThrow().
Referenced by vctDynamicMatrixLoopEngines::SoMiMi< _incrementalOperationType, _elementOperationType >::Run(), vctDynamicMatrixLoopEngines::SelectRowsByIndex::Run(), vctDynamicMatrixLoopEngines::MioMi< _elementOperationType >::Run(), vctDynamicMatrixLoopEngines::MioSiMi< _ioElementOperationType, _scalarMatrixElementOperationType >::Run(), vctDynamicMatrixLoopEngines::MoSiMi< _elementOperationType >::Run(), vctDynamicMatrixLoopEngines::MoMi< _elementOperationType >::Run(), vctDynamicMatrixLoopEngines::Product< _operationType >::Run(), vctDynamicMatrixLoopEngines::MoMiMi< _elementOperationType >::Run(), and vctDynamicMatrixLoopEngines::MoMiSi< _elementOperationType >::Run().
| static void vctDynamicMatrixLoopEngines::ThrowSharedPointersException | ( | void | ) | throw (std::runtime_error) [inline, static] |
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.
Definition at line 53 of file vctDynamicMatrixLoopEngines.h.
References cmnThrow().
Referenced by vctDynamicMatrixLoopEngines::Product< _operationType >::Run().