GET_MATRIX_INFO
Utility/Data Access SubroutineReturns information about a Reference_Matrix element.
Use
The function can be called by any user subroutine.
Format
- Fortran Calling Syntax
- CALL GET_MATRIX_INFO(id, type, nrows, ncols, size, ierr)
- C/C++ Calling Syntax
- c_get_matrix_info(id, type, nrows, ncols, size, ierr)
- Python Calling Syntax
- [type, nrows, ncols, size, ierr] = py_get_matrix_info(id)
- MATLAB Calling Syntax
- [type, nrows, ncols, size, ierr] = m_get_matrix_info(id)
Attributes
- id
- [integer]
Output
- type
- [integer]
- nrows
- [integer]
- ncols
- [integer]
- size
- [integer]
- ierr
- [integer]