#include "CTB.hxx"
#include "CTBtraits.hxx"
#include "CTBnum.hxx"
#include "CTBexceptionConformity.hxx"
#include "CTBdot.hxx"
Include dependency graph for CTBdot.cxx:
Go to the source code of this file.
Functions | |
template<class T> void | CTBdot (CTBvector< T > &r, const CTBmatrix< T > &m, const CTBvector< T > &v) |
template<class T> void | CTBdot (CTBmatrix< T > &r, const CTBmatrix< T > &m1, const CTBmatrix< T > &m2) |
Definition in file CTBdot.cxx.
|
Returns in r the dot product of matrix m with vector v.
Definition at line 29 of file CTBdot.cxx. |
|
Returns in r the dot product of matrix m1 with matrix m2.
Definition at line 67 of file CTBdot.cxx. |