|
QR_MUMPS
|
Generic interface for the ::qrm_prnt_iarray, ::qrm_prnt_sarray, ::qrm_prnt_darray, ::qrm_prnt_carray and ::qrm_prnt_zarray routines. More...
Public Member Functions | |
| 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) |
Generic interface for the ::qrm_prnt_iarray, ::qrm_prnt_sarray, ::qrm_prnt_darray, ::qrm_prnt_carray and ::qrm_prnt_zarray routines.
Definition at line 104 of file qrm_common_mod.F90.
| subroutine qrm_common_mod::qrm_prnt_array::qrm_prnt_carray | ( | complex(kind(1.e0)), dimension(:) | a, |
| character, dimension(*) | lab, | ||
| integer | digits, | ||
| integer, optional | unit | ||
| ) |
Definition at line 123 of file qrm_common_mod.F90.
| subroutine qrm_common_mod::qrm_prnt_array::qrm_prnt_darray | ( | real(kind(1.d0)), dimension(:) | a, |
| character, dimension(*) | lab, | ||
| integer | digits, | ||
| integer, optional | unit | ||
| ) |
Definition at line 117 of file qrm_common_mod.F90.
| subroutine qrm_common_mod::qrm_prnt_array::qrm_prnt_iarray | ( | integer, dimension(:) | a, |
| character, dimension(*) | lab, | ||
| integer, optional | unit | ||
| ) |
Definition at line 106 of file qrm_common_mod.F90.
| subroutine qrm_common_mod::qrm_prnt_array::qrm_prnt_sarray | ( | real(kind(1.e0)), dimension(:) | a, |
| character, dimension(*) | lab, | ||
| integer | digits, | ||
| integer, optional | unit | ||
| ) |
Definition at line 111 of file qrm_common_mod.F90.
| subroutine qrm_common_mod::qrm_prnt_array::qrm_prnt_zarray | ( | complex(kind(1.d0)), dimension(:) | a, |
| character, dimension(*) | lab, | ||
| integer | digits, | ||
| integer, optional | unit | ||
| ) |
Definition at line 129 of file qrm_common_mod.F90.
1.8.11