GET_FULL_MATRIX_DATA
Utility/Data Access SubroutineReturns the data from a full Reference_Matrix element. There is a separate function for the sparse Reference_Matrix element called GET_SPARSE_MATRIX_DATA.
Use
The function can be called by any user-defined subroutine.
Format
- Fortran Calling Syntax
- CALL GET_FULL_MATRIX_DATA(id, vals, size, ierr)
- C/C++ Calling Syntax
- c_get_full_matrix_data(id, vals, size, ierr)
- Python Calling Syntax
- [vals, ierr] = py_get_full_matrix_data(id, size)
- MATLAB Calling Syntax
- [vals, ierr] = m_get_full_matrix_data(id, size)
Attributes
- id
- [integer]
- size
- [integer]
Output
- vals
- [double precision]
- ierr
- [integer]