id | An integer variable that specifies the ID of the corresponding MATRIX statement. |
size | An integer variable that specifies the size of the MATRIX. GET_FULL_MATRIX_DATA uses this value to compare against the MATRIX’s true size; a check for a valid call. |
vals | A double-precision array of size ‘size’ contains the values from the MATRIX statement. | |
ierr | An integer variable that indicates the success of the call to GET_FULL_MATRIX_DATA: | |
■ierr=0 | Successful | |
■ierr=1 | Failed, no MATRIX having an identifier of ID exists in the dataset | |
■ierr=2 | Failed, the value of ‘size’ does not match the size of the MATRIX | |
■ierr=3 | Failed, the MATRIX type is sparse | |