Dot
Computes the inner product of this vector with another vector.
Synopsis
#include "tao_solver.h"
int TaoVec::Dot( TaoVec* vv, double *vDotv )
Input Parameter
vv -another TaoVec object
Output Parameter
vDotv -the inner product of the two vectors
See Also
TaoVec::Norm()
Level:intermediate
Location:src/vector/taovec.c
TAO Solver Index
Table of Contents