QR_MUMPS
|
This file contains a module that implements operations on RFPF matrices. More...
Go to the source code of this file.
Modules | |
module | _qrm_rfpf_mod |
This module contains an implementation of some operations on triangular/trapezoidal matrices stored in Rectangular Full Packed Format. | |
Functions/Subroutines | |
subroutine | _qrm_rfpf_mod::_qrm_to_rfpf (uplo, unit, n, a, lda, b) |
subroutine | _qrm_rfpf_mod::_xrpmv (uplo, trans, diag, n, a, x) |
subroutine | _qrm_rfpf_mod::_xrpsv (uplo, trans, diag, n, a, x) |
subroutine | _qrm_rfpf_mod::_xrprft (direct, storev, m, k, v1, v2, ldv2, tau, t, ldt) |
subroutine | _qrm_rfpf_mod::_xrprfb (side, trans, direct, storev, m, n, k, v1, v2, ldv2, t, ldt, c, ldc, work, ldwork) |
subroutine | _qrm_rfpf_mod::_xrpmm (side, uplo, trans, diag, m, n, alpha, a, x, ldx) |
subroutine | _qrm_rfpf_mod::_xrpsm (side, uplo, trans, diag, m, n, alpha, a, x, ldx) |
subroutine | _qrm_rfpf_mod::_qrm_print_rfpf (uplo, n, b) |
Variables | |
character, parameter | _qrm_rfpf_mod::tran ='t' |
character, parameter | _qrm_rfpf_mod::notran ='n' |
This file contains a module that implements operations on RFPF matrices.
Definition in file qrm_rfpf_mod.F90.