![]() |
![]()
| ![]() |
![]()
NAMElis_matrix_axpyz - calculate the sum of the matrices SYNOPSIS#include "lis.h" LIS_INT lis_matrix_axpyz(LIS_SCALAR alpha, LIS_MATRIX A, LIS_MATRIX B, LIS_MATRIX C); DESCRIPTIONCalculate the sum of the matrices C = alpha * A + B. INPUTOUTPUT
EXIT STATUSThe following exit values are returned:
NOTEMatrices A, B and C must be in the DNS format. SEE ALSOlis(3) http://www.ssisc.org/lis/
|