PointwiseDivide

Computes the componentwise division of two vectors and stores the result in this vector.

Synopsis

#include "tao_solver.h"  
int TaoVec::PointwiseDivide( TaoVec* vv , TaoVec* ww)

Input Parameters

vv - the vector of numerators
ww - the vector of denominators

See Also

TaoVec::PointwiseMultiply()

Level:intermediate
Location:src/vector/taovec.c
TAO Solver Index
Table of Contents