lis_matrix_axpyz.3f - Man Page

calculate the sum of the matrices

Synopsis

subroutine lis_matrix_axpyz(LIS_SCALAR alpha, LIS_MATRIX A, LIS_MATRIX B, LIS_MATRIX C, LIS_INTEGER ierr);

Description

Calculate the sum of the matrices C = alpha * A + B.

Input

alpha

The scalar value

A, B

The matrices

Output

C

alpha * A + B

Note

Matrices A, B and C must be in the DNS format.

See Also

lis(3)

http://www.ssisc.org/lis/

Info

30 Dec 2014 Man Page Lis Library Functions