QR_MUMPS
Functions/Subroutines
qrm_solve_rt.F90 File Reference

This file contains a routine that solves for R' against multiple vectors. More...

Go to the source code of this file.

Functions/Subroutines

subroutine _qrm_solve_rt (qrm_mat, b, x)
 This function solves for R' against multiple vectors. More...
 
subroutine fill_queue_rt ()
 
subroutine check_solvert_over ()
 
subroutine solve_rt (task, thn)
 
subroutine do_subtree_rt (fnum, info)
 
subroutine front_rt (front, info)
 

Detailed Description

This file contains a routine that solves for R' against multiple vectors.

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

Definition in file qrm_solve_rt.F90.

Function/Subroutine Documentation

subroutine _qrm_solve_rt ( type(_qrm_spmat_type), target  qrm_mat,
dimension(:,:), intent(inout)  b,
dimension(:,:), intent(out)  x 
)
subroutine _qrm_solve_rt::check_solvert_over ( )
subroutine _qrm_solve_rt::do_subtree_rt ( integer  fnum,
integer  info 
)

Definition at line 324 of file qrm_solve_rt.F90.

References front_rt().

subroutine _qrm_solve_rt::fill_queue_rt ( )
subroutine _qrm_solve_rt::front_rt ( type(_qrm_front_type front,
integer  info 
)

Definition at line 383 of file qrm_solve_rt.F90.

subroutine _qrm_solve_rt::solve_rt ( type(qrm_task_type task,
integer  thn 
)