QR_MUMPS
 All Classes Files Functions Variables Enumerations Enumerator Pages
Functions/Subroutines
qrm_apply_q.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_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)
 

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_q.F90.

Function/Subroutine Documentation

subroutine _qrm_apply_q ( type(_qrm_spmat_type), target  qrm_mat,
dimension(:,:), intent(inout)  b 
)
subroutine _qrm_apply_q::apply_q ( type(qrm_task_type)  task,
integer  thn 
)
subroutine _qrm_apply_q::check_applyq_over ( )

Definition at line 246 of file qrm_apply_q.F90.

References qrm_task_mod::qrm_sched_task().

subroutine _qrm_apply_q::do_subtree_q ( integer  fnum,
integer  info 
)
subroutine _qrm_apply_q::fill_queue_q ( )
subroutine _qrm_apply_q::front_q ( type(_qrm_front_type)  front,
integer  info 
)

Definition at line 375 of file qrm_apply_q.F90.