Aypx

Adds a vector to a scalar multiple of this vector. (this=alpha*this+xx)

Synopsis

#include "tao_solver.h"  
int TaoVec::Aypx( double alpha, TaoVec* xx )

Input Parameter

alpha - the scalar
xx - the vector

See Also

TaoVec::Scale(), TaoVec::Axpy()

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