Next:
vec_x_prod
Up:
Miscellaneous
Previous:
Integ_Trap
Contents
Subsections
Syntax
Description
Return Value
vec_dot_prod
Syntax
Real vec_dot_prod(const ColumnVector & x, const ColumnVector & y);
Description
This function performs the vector dot product on
x
and
y
.
Return Value
ColumnVector
Richard Gourdeau 2004-07-06