QR_MUMPS
 All Classes Files Functions Variables Enumerations Enumerator Pages
List of all members | Data Types | Public Member Functions
dqrm_solve_mod Module Reference

This module contains all the interfaces for the typed routines in the solve phase. More...

Data Types

interface  dqrm_apply
 Generic interface for the ::dqrm_apply and ::dqrm_apply1d routines. More...
 
interface  dqrm_solve
 Generic interface for the ::dqrm_solve and ::dqrm_solve1d routines. More...
 
interface  qrm_apply
 
interface  qrm_apply_q
 Generic interface for the ::dqrm_apply_q routine. More...
 
interface  qrm_apply_qt
 Generic interface for the ::dqrm_apply_qt routine. More...
 
interface  qrm_solve
 Generic interface for the ::dqrm_solve and ::dqrm_solve1d routines. More...
 
interface  qrm_solve_r
 Generic interface for the ::dqrm_solve_r routine. More...
 
interface  qrm_solve_rt
 Generic interface for the ::dqrm_solve_rt routine. More...
 
interface  qrm_solve_sing_front
 Generic interface for the ::dqrm_solve_sing_front routine. More...
 

Public Member Functions

subroutine dqrm_apply2dw (qrm_mat, transp, b)
 
subroutine dqrm_apply1dw (qrm_mat, transp, b)
 
subroutine dqrm_solve2dw (qrm_mat, transp, b, x)
 
subroutine dqrm_solve1dw (qrm_mat, transp, b, x)
 

Detailed Description

This module contains all the interfaces for the typed routines in the solve phase.

Definition at line 37 of file dqrm_solve_mod.F90.

Member Function/Subroutine Documentation

subroutine dqrm_solve_mod::dqrm_apply1dw ( type(dqrm_spmat_type), intent(in)  qrm_mat,
character(len=*), intent(in)  transp,
real(kind(1.d0)), dimension(:), intent(inout)  b 
)

Definition at line 158 of file dqrm_solve_mod.F90.

References dqrm_apply1d().

subroutine dqrm_solve_mod::dqrm_apply2dw ( type(dqrm_spmat_type), intent(in)  qrm_mat,
character(len=*), intent(in)  transp,
real(kind(1.d0)), dimension(:,:), intent(inout)  b 
)

Definition at line 149 of file dqrm_solve_mod.F90.

References dqrm_apply2d().

subroutine dqrm_solve_mod::dqrm_solve1dw ( type(dqrm_spmat_type), target  qrm_mat,
character(len=*)  transp,
real(kind(1.d0)), dimension(:), intent(inout)  b,
real(kind(1.d0)), dimension(:), intent(out)  x 
)

Definition at line 177 of file dqrm_solve_mod.F90.

References dqrm_solve1d().

subroutine dqrm_solve_mod::dqrm_solve2dw ( type(dqrm_spmat_type), target  qrm_mat,
character(len=*)  transp,
real(kind(1.d0)), dimension(:,:), intent(inout)  b,
real(kind(1.d0)), dimension(:,:), intent(out)  x 
)

Definition at line 167 of file dqrm_solve_mod.F90.

References dqrm_solve2d().


The documentation for this module was generated from the following file: