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) |
This file contains a routine that applies Q to a vector/matrix.
Definition in file qrm_apply_q.F90.
subroutine _qrm_apply_q | ( | type(_qrm_spmat_type), target | qrm_mat, |
dimension(:,:), intent(inout) | b | ||
) |
This function applies Q to a vector/matrix.
[in] | qrm_mat | the main qrm data structure after factorization. |
[in,out] | b | a 1d array containing the vector to which Q will be applied. |
Definition at line 44 of file qrm_apply_q.F90.
References apply_q(), fill_queue_q(), qrm_task_mod::qrm_clean_task_queue(), qrm_error_mod::qrm_err_act_restore(), qrm_error_mod::qrm_err_act_save(), qrm_error_mod::qrm_err_check(), qrm_error_mod::qrm_err_push(), qrm_task_mod::qrm_get_task(), qrm_task_mod::qrm_init_task_queue(), qrm_mem_mod::qrm_par_mem_finalize(), qrm_mem_mod::qrm_par_mem_init(), qrm_queue_mod::qrm_queue_free(), qrm_queue_mod::qrm_queue_push(), and qrm_task_mod::qrm_task_queue_card().
subroutine _qrm_apply_q::apply_q | ( | type(qrm_task_type) | task, |
integer | thn | ||
) |
Definition at line 276 of file qrm_apply_q.F90.
References do_subtree_q(), front_q(), qrm_queue_mod::qrm_queue_push(), and qrm_queue_mod::qrm_queue_rm().
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 | ||
) |
Definition at line 324 of file qrm_apply_q.F90.
References front_q(), qrm_queue_mod::qrm_queue_free(), qrm_queue_mod::qrm_queue_pop(), and qrm_queue_mod::qrm_queue_push().
subroutine _qrm_apply_q::fill_queue_q | ( | ) |
Definition at line 189 of file qrm_apply_q.F90.
References check_applyq_over(), qrm_queue_mod::qrm_queue_next(), and qrm_task_mod::qrm_sched_task().
subroutine _qrm_apply_q::front_q | ( | type(_qrm_front_type) | front, |
integer | info | ||
) |
Definition at line 375 of file qrm_apply_q.F90.