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

Go to the source code of this file.

Functions/Subroutines

subroutine dqrm_apply_q (qrm_mat, b)
 This function applies Q to a vector/matrix. More...
 
subroutine fill_queue_q ()
 
subroutine check_applyq_over ()
 
subroutine apply_q (task, thn)
 
subroutine do_subtree_q (fnum, info)
 
subroutine front_q (front, info)
 

Function/Subroutine Documentation

subroutine dqrm_apply_q::apply_q ( type(qrm_task_type)  task,
integer  thn 
)
subroutine dqrm_apply_q::check_applyq_over ( )

Definition at line 246 of file dqrm_apply_q.F90.

References qrm_task_mod::qrm_sched_task().

Referenced by fill_queue_q().

subroutine dqrm_apply_q::do_subtree_q ( integer  fnum,
integer  info 
)
subroutine dqrm_apply_q ( type(dqrm_spmat_type), target  qrm_mat,
real(kind(1.d0)), dimension(:,:), intent(inout)  b 
)
subroutine dqrm_apply_q::fill_queue_q ( )
subroutine dqrm_apply_q::front_q ( type(dqrm_front_type)  front,
integer  info 
)

Definition at line 375 of file dqrm_apply_q.F90.

Referenced by apply_q(), and do_subtree_q().