QR_MUMPS
Functions/Subroutines
qrm_check_cperm.F90 File Reference

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...
 

Detailed Description

This file contains the routine that check whether a provided permutation is good.

Date
2016-01-29 22:22:30 +0100 (Fri, 29 Jan 2016)
Author
abuttari
Version
1.1
Revision
2075

Definition in file qrm_check_cperm.F90.

Function/Subroutine Documentation

subroutine qrm_check_cperm ( integer, dimension(:)  cperm,
integer  n 
)

This routine simply checks whether a column permutation provided by the user makes sens.

Parameters
[in]cpermthe permutation to be checked
[in]nthe 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().