PointwiseMinimum

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

Synopsis

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

Input Parameters

vv, ww -the two vectors

See Also

TaoVec::PointwiseMaximum()

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