MatAYPX

Computes Y = X + a*Y.

Synopsis

int MatAYPX(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