Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

CTBdot.cxx File Reference

Implemenation of CTBdot functions. More...

#include "CTB.hxx"
#include "CTBtraits.hxx"
#include "CTBnum.hxx"
#include "CTBexceptionConformity.hxx"
#include "CTBdot.hxx"

Include dependency graph for CTBdot.cxx:

Include dependency graph

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)


Detailed Description

Implemenation of CTBdot functions.

Version:
Id:
CTBdot.cxx,v 1.2 2000/08/15 19:17:36 mueller Exp

Definition in file CTBdot.cxx.


Function Documentation

template<class T>
void CTBdot CTBvector< T > & r,
const CTBmatrix< T > & m,
const CTBvector< T > & v
 

Returns in r the dot product of matrix m with vector v.

Exceptions:
CTBexceptionConformity   Thrown the number of columns in m is different from the size of v .

Definition at line 29 of file CTBdot.cxx.

template<class T>
void CTBdot CTBmatrix< T > & r,
const CTBmatrix< T > & m1,
const CTBmatrix< T > & m2
 

Returns in r the dot product of matrix m1 with matrix m2.

Exceptions:
CTBexceptionConformity   Thrown if the number of columns in m1 is different from the number of rows in m2 .

Definition at line 67 of file CTBdot.cxx.


Generated at Fri Oct 24 18:11:51 2003 for CTBbase by doxygen1.2.9-20010812 written by Dimitri van Heesch, © 1997-2001