lis_matrix_get_diagonal(3) - Linux man page
Name
lis_matrix_get_diagonal - store the digonal elemments of the matrix
Synopsis
#include "lis.h"
LIS_INT lis_matrix_get_diagonal(LIS_MATRIX Ain, LIS_MATRIX Aout);
Description
Store the diagonal elements of matrix A to vector d.
Input
- A
- The matrix
Output
- d
- The vector which stores the diagonal
elements of the matrix
Exit Status
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An error occurred
See Also
lis(3)