VecAXPBY

Computes y = alpha x + beta y.

Synopsis

int VecAXPBY(Scalar *alpha,Scalar *beta,Vec x,Vec y)
Collective on Vec

Input Parameters

alpha,beta - the scalars
x, y - the vectors

Output Parameter

y -output vector

Keywords

vector, saxpy

See Also

VecAYPX(), VecMAXPY(), VecWAXPY(), VecAXPY()

Location: src/vec/interface/vector.c
Vector Index
Table of Contents