1lis_matrix_shift_diagonal(3f)Lis Library Functionslis_matrix_shift_diagonal(3f)
2
3
4
6 lis_matrix_shift_diagonal - shift the digonal elemments of the matrix
7
8
10 subroutine lis_matrix_shift_diagonal(LIS_MATRIX A, LIS_SCALAR alpha,
11 LIS_INTEGER ierr);
12
13
15 Shifts the diagonal elements of matrix A.
16
17
19 alpha The amount of the shift
20
21
22 A The matrix
23
24
26 A The shifted matrix
27
28
30 lis(3)
31
32 http://www.ssisc.org/lis/
33
34
35
36
37Man Page 28 Aug 2014 lis_matrix_shift_diagonal(3f)