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