QR_MUMPS
Functions/Subroutines
qrm_apply_qt.F90 File Reference

This file contains a routine that applies Q' to a vector/matrix. More...

Go to the source code of this file.

Functions/Subroutines

subroutine _qrm_apply_qt (qrm_mat, b)
 This function applies Q' to a vector/matrix. More...
 
subroutine fill_queue_qt (ready_q, tq_h)
 
subroutine check_applyqt_over (tq_h)
 
subroutine apply_qt (task, thn, ready_q)
 
subroutine do_subtree_qt (fnum, info)
 
subroutine front_qt (front, info)
 

Detailed Description

This file contains a routine that applies Q' to a vector/matrix.

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

Definition in file qrm_apply_qt.F90.

Function/Subroutine Documentation

subroutine _qrm_apply_qt ( type(_qrm_spmat_type), target  qrm_mat,
  b 
)
subroutine _qrm_apply_qt::apply_qt ( type(qrm_task_type task,
integer  thn,
type(qrm_queue ready_q 
)

Definition at line 283 of file qrm_apply_qt.F90.

References do_subtree_qt(), front_qt(), and qrm_queue_mod::qrm_queue_push().

subroutine _qrm_apply_qt::check_applyqt_over ( type(qrm_task_queue_handle tq_h)
subroutine _qrm_apply_qt::do_subtree_qt ( integer  fnum,
integer  info 
)

Definition at line 330 of file qrm_apply_qt.F90.

References front_qt().

subroutine _qrm_apply_qt::fill_queue_qt ( type(qrm_queue ready_q,
type(qrm_task_queue_handle tq_h 
)
subroutine _qrm_apply_qt::front_qt ( type(_qrm_front_type front,
integer  info 
)

Definition at line 389 of file qrm_apply_qt.F90.