|
QR_MUMPS
|
FIXME: add comments. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | qrm_prnt_iarray (a, lab, unit) |
| subroutine | qrm_prnt_sarray (a, lab, digits, unit) |
| subroutine | qrm_prnt_darray (a, lab, digits, unit) |
| subroutine | qrm_prnt_carray (a, lab, digits, unit) |
| subroutine | qrm_prnt_zarray (a, lab, digits, unit) |
FIXME: add comments.
Definition in file qrm_prnt_array.F90.
| subroutine qrm_prnt_carray | ( | complex(kind(1.e0)), dimension(:) | a, |
| character, dimension(*) | lab, | ||
| integer | digits, | ||
| integer, optional | unit | ||
| ) |
Definition at line 186 of file qrm_prnt_array.F90.
| subroutine qrm_prnt_darray | ( | real(kind(1.d0)), dimension(:) | a, |
| character, dimension(*) | lab, | ||
| integer | digits, | ||
| integer, optional | unit | ||
| ) |
Definition at line 133 of file qrm_prnt_array.F90.
| subroutine qrm_prnt_iarray | ( | integer, dimension(:) | a, |
| character, dimension(*) | lab, | ||
| integer, optional | unit | ||
| ) |
Definition at line 36 of file qrm_prnt_array.F90.
| subroutine qrm_prnt_sarray | ( | real(kind(1.e0)), dimension(:) | a, |
| character, dimension(*) | lab, | ||
| integer | digits, | ||
| integer, optional | unit | ||
| ) |
Definition at line 83 of file qrm_prnt_array.F90.
| subroutine qrm_prnt_zarray | ( | complex(kind(1.d0)), dimension(:) | a, |
| character, dimension(*) | lab, | ||
| integer | digits, | ||
| integer, optional | unit | ||
| ) |
Definition at line 251 of file qrm_prnt_array.F90.
1.8.11