QR_MUMPS
|
This file contains a routine that handles the singletons front during the solve. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | _qrm_solve_sing_front (qrm_mat, b, x, trans) |
This function handles the front containing the singletons during the solve for R or R'. More... | |
This file contains a routine that handles the singletons front during the solve.
Definition in file qrm_solve_sing_front.F90.
subroutine _qrm_solve_sing_front | ( | type(_qrm_spmat_type), target | qrm_mat, |
dimension(:,:), intent(inout) | b, | ||
dimension(:,:), intent(inout) | x, | ||
character | trans | ||
) |
This function handles the front containing the singletons during the solve for R or R'.
[in] | qrm_mat | the main qrm data structure after factorization. |
[in] | b | a 2d array containing the RHS vectors |
[out] | x | a 2d array containing the solution vectors |
[in] | trans | a string saying whether R or R^T will be solved for. Only the first character is important. |
Definition at line 50 of file qrm_solve_sing_front.F90.
Referenced by _qrm_solve_r(), and _qrm_solve_rt().