1lis_matrix_shift_diagonal(3) Lis Library Functionslis_matrix_shift_diagonal(3)
2
3
4

NAME

6       lis_matrix_shift_diagonal - shift the digonal elemments of the matrix
7
8

SYNOPSIS

10       #include "lis.h"
11
12       LIS_INT lis_matrix_shift_diagonal(LIS_MATRIX A, LIS_SCALAR alpha);
13
14

DESCRIPTION

16       Shift the diagonal elements of matrix A.
17
18

INPUT

INPUT

21       alpha  The amount of the shift
22
23
24       A      The matrix
25
26

OUTPUT

28       A      The shifted matrix
29
30

EXIT STATUS

32       The following exit values are returned:
33
34       0      The process is normally terminated
35
36       unspecified
37              An error occurred
38
39

SEE ALSO

41       lis(3)
42
43       http://www.ssisc.org/lis/
44
45
46
47
48Man Page                          28 Aug 2014     lis_matrix_shift_diagonal(3)
Impressum