|
QR_MUMPS
|
this file contains the subroutine that compresses the result of several operations done during the analysis to a size that is proportional to the number of nodes in the elimination tree. These data are of size ~n in input More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | qrm_compress_data (adata, porder, parent, rc, stair, n) |
| This routine compresses the results of a number of operations in the analysis phase. Basically, the input data is of size n and the output of size adatannodes (which is the number of nodes in the elimination tree). More... | |
this file contains the subroutine that compresses the result of several operations done during the analysis to a size that is proportional to the number of nodes in the elimination tree. These data are of size ~n in input
Definition in file qrm_compress_data.F90.
| subroutine qrm_compress_data | ( | type(qrm_adata_type) | adata, |
| integer, dimension(:) | porder, | ||
| integer, dimension(:) | parent, | ||
| integer, dimension(:) | rc, | ||
| integer, dimension(:) | stair, | ||
| integer | n | ||
| ) |
This routine compresses the results of a number of operations in the analysis phase. Basically, the input data is of size n and the output of size adatannodes (which is the number of nodes in the elimination tree).
Definition at line 84 of file qrm_compress_data.F90.
1.8.11