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

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'
 

Detailed Description

This file contains a module that implements operations on RFPF matrices.

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

Definition in file qrm_rfpf_mod.F90.