Searched defs:ramg_direct_LU (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/AMG/ |
| H A D | ramg_smoother.f | 259 subroutine ramg_direct_LU(Acolm,Arowp,Alhs,Anshg,Annz_tot) subroutine 262 integer,intent(in) :: Anshg,Annz_tot 263 integer,intent(in),dimension(Anshg+1) :: Acolm 264 integer,intent(in),dimension(Annz_tot) :: Arowp 265 real(kind=8),intent(in),dimension(Annz_tot) :: Alhs 269 real(kind=8) :: d local 271 integer :: i,j
|