PointwiseMultiply
Computes the componentwise multiplication of two vectors and stores the result in this vector.
Synopsis
#include "tao_solver.h"
int TaoVec::PointwiseMultiply( TaoVec* vv, TaoVec* ww )
Input Parameters
vv, ww -the two vectors
See Also
TaoVec::PointwiseDivide()
Level:intermediate
Location:src/vector/taovec.c
TAO Solver Index
Table of Contents