QR_MUMPS
Modules | Functions/Subroutines | Variables
dqrm_rfpf_mod.F90 File Reference

Go to the source code of this file.

Modules

module  dqrm_rfpf_mod
 This module contains an implementation of some operations on triangular/trapezoidal matrices stored in Rectangular Full Packed Format.
 

Functions/Subroutines

subroutine dqrm_rfpf_mod::dqrm_to_rfpf (uplo, unit, n, a, lda, b)
 
subroutine dqrm_rfpf_mod::drpmv (uplo, trans, diag, n, a, x)
 
subroutine dqrm_rfpf_mod::drpsv (uplo, trans, diag, n, a, x)
 
subroutine dqrm_rfpf_mod::drprft (direct, storev, m, k, v1, v2, ldv2, tau, t, ldt)
 
subroutine dqrm_rfpf_mod::drprfb (side, trans, direct, storev, m, n, k, v1, v2, ldv2, t, ldt, c, ldc, work, ldwork)
 
subroutine dqrm_rfpf_mod::drpmm (side, uplo, trans, diag, m, n, alpha, a, x, ldx)
 
subroutine dqrm_rfpf_mod::drpsm (side, uplo, trans, diag, m, n, alpha, a, x, ldx)
 
subroutine dqrm_rfpf_mod::dqrm_print_rfpf (uplo, n, b)
 

Variables

character, parameter dqrm_rfpf_mod::tran ='t'
 
character, parameter dqrm_rfpf_mod::notran ='n'