|
QR_MUMPS
|
This file contains the routine that check whether a provided permutation is good. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | qrm_check_cperm (cperm, n) |
| This routine simply checks whether a column permutation provided by the user makes sens. More... | |
This file contains the routine that check whether a provided permutation is good.
Definition in file qrm_check_cperm.F90.
| subroutine qrm_check_cperm | ( | integer, dimension(:) | cperm, |
| integer | n | ||
| ) |
This routine simply checks whether a column permutation provided by the user makes sens.
| [in] | cperm | the permutation to be checked |
| [in] | n | the size of the permutation verctor, i.e. the number of columns in the matrix |
Definition at line 45 of file qrm_check_cperm.F90.
References qrm_error_mod::qrm_abort_, qrm_error_mod::qrm_err_act_restore(), qrm_error_mod::qrm_err_act_save(), qrm_error_mod::qrm_err_check(), and qrm_error_mod::qrm_err_push().
1.8.11