lis_matrix_shift_diagonal - Man Page
shift the digonal elemments of the matrix
Synopsis
#include "lis.h"
LIS_INT lis_matrix_shift_diagonal(LIS_MATRIX A, LIS_SCALAR alpha);
Description
Shift the diagonal elements of matrix A.
Input
Input
- alpha
The amount of the shift
- A
The matrix
Output
- A
The shifted matrix
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
See Also
Info
28 Aug 2014 Man Page Lis Library Functions