Axpy

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

Synopsis

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

Input Parameter

alpha - the scalar
xx - the vector

See Also

TaoVec::CopyFrom(), TaoVec::Aypx()

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