QR_MUMPS
 All Classes Files Functions Variables Enumerations Enumerator Pages
Functions/Subroutines
dqrm_solve_rt.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine dqrm_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)
 

Function/Subroutine Documentation

subroutine dqrm_solve_rt::check_solvert_over ( )

Definition at line 255 of file dqrm_solve_rt.F90.

References qrm_task_mod::qrm_sched_task().

Referenced by fill_queue_rt().

subroutine dqrm_solve_rt::do_subtree_rt ( integer  fnum,
integer  info 
)

Definition at line 323 of file dqrm_solve_rt.F90.

References front_rt().

Referenced by solve_rt().

subroutine dqrm_solve_rt ( type(dqrm_spmat_type), target  qrm_mat,
real(kind(1.d0)), dimension(:,:), intent(inout)  b,
real(kind(1.d0)), dimension(:,:), intent(out)  x 
)
subroutine dqrm_solve_rt::fill_queue_rt ( )
subroutine dqrm_solve_rt::front_rt ( type(dqrm_front_type)  front,
integer  info 
)

Definition at line 382 of file dqrm_solve_rt.F90.

Referenced by do_subtree_rt(), and solve_rt().

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