id | An integer variable that specifies the ID of the corresponding MATRIX statement. |
type | An integer value that indicates the MATRIX type as stored by Adams Solver. | |
■type=1 | Sparse | |
■type=2 | Full, row-order | |
■type=3 | Full, column-order | |
nrows | An integer variable that contains the number of rows in the MATRIX. | |
ncols | An integer variable that contains the number of columns in the MATRIX. | |
size | An integer value that contains the total number of entries in a sparse MATRIX. For a full matrix, size is ncols*nrows. | |
ierr | An integer variable that indicated the success of the call to GET_MATRIX_INFO. | |
■ierr=0 | Successful | |
■ierr=1 | Failed, no MATRIX having an identifier of id exists in the dataset | |