cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros | Functions
vctDynamicMatrixRef.h File Reference

Declaration of vctDynamicMatrixRef. More...

#include <cisstVector/vctDynamicMatrixBase.h>
#include <cisstVector/vctDynamicConstMatrixRef.h>

Go to the source code of this file.

Classes

class  vctDynamicMatrixRef< _elementType >
 Dynamic matrix referencing existing memory. More...
 

Macros

#define _vctDynamicMatrixRef_h
 

Functions

template<class _resultVectorOwnerType , class _matrixOwnerType , class _vectorOwnerType , class _elementType >
void vctMultiplyMatrixVector (vctDynamicVectorBase< _resultVectorOwnerType, _elementType > &result, const vctDynamicConstMatrixBase< _matrixOwnerType, _elementType > &matrix, const vctDynamicConstVectorBase< _vectorOwnerType, _elementType > &vector)
 
template<class _resultVectorOwnerType , class _vectorOwnerType , class _matrixOwnerType , class _elementType >
void vctMultiplyVectorMatrix (vctDynamicVectorBase< _resultVectorOwnerType, _elementType > &result, const vctDynamicConstVectorBase< _vectorOwnerType, _elementType > &vector, const vctDynamicConstMatrixBase< _matrixOwnerType, _elementType > &matrix)
 

Detailed Description

Declaration of vctDynamicMatrixRef.

Macro Definition Documentation

#define _vctDynamicMatrixRef_h

Function Documentation

template<class _resultVectorOwnerType , class _matrixOwnerType , class _vectorOwnerType , class _elementType >
void vctMultiplyMatrixVector ( vctDynamicVectorBase< _resultVectorOwnerType, _elementType > &  result,
const vctDynamicConstMatrixBase< _matrixOwnerType, _elementType > &  matrix,
const vctDynamicConstVectorBase< _vectorOwnerType, _elementType > &  vector 
)
inline
template<class _resultVectorOwnerType , class _vectorOwnerType , class _matrixOwnerType , class _elementType >
void vctMultiplyVectorMatrix ( vctDynamicVectorBase< _resultVectorOwnerType, _elementType > &  result,
const vctDynamicConstVectorBase< _vectorOwnerType, _elementType > &  vector,
const vctDynamicConstMatrixBase< _matrixOwnerType, _elementType > &  matrix 
)
inline