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

Declaration of vctDynamicVectorBase. More...

#include <cstdarg>
#include <cisstVector/vctDynamicConstVectorBase.h>
#include <cisstVector/vctDynamicConstVectorRef.h>
#include <cisstVector/vctStoreBackUnaryOperations.h>
#include <cisstVector/vctStoreBackBinaryOperations.h>

Go to the source code of this file.

Classes

class  vctDynamicVectorBase< _vectorOwnerType, _elementType >
 
class  vctDynamicVectorBase< _vectorOwnerType, _elementType >::Subvector
 

Macros

#define _vctDynamicVectorBase_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 vctDynamicVectorBase.

Macro Definition Documentation

#define _vctDynamicVectorBase_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