MatAXPY

Computes Y = a*X + Y.

Synopsis

int MatAXPY(Scalar *a,Mat X,Mat Y)
Collective on Mat

Input Parameters

X,Y - the matrices
a - the scalar multiplier

Contributed by: Matthew Knepley

Keywords

matrix, add

Location: src/mat/utils/axpy.c
Matrix Index
Table of Contents