lis_matrix_get_diagonal - Man Page
Get the digonal elemments of the matrix
Synopsis
#include "lis.h"
LIS_INT lis_matrix_get_diagonal(LIS_MATRIX A, LIS_VECTOR d);
Description
Get the diagonal elements of matrix A.
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
Info
28 Aug 2014 Man Page Lis Library Functions