| 
    SABER
    
   | 
 
Public Member Functions | |
| subroutine | sp_lubksb (A, N, NP, INDX, B) | 
| Solves a system of linear equations, follows call to LUDCMP.  More... | |
Definition at line 44 of file tools_sp.F90.
| subroutine tools_sp::lubksb::sp_lubksb | ( | real(kind_real), dimension(np,np), intent(in) | A, | 
| integer, intent(in) | N, | ||
| integer, intent(in) | NP, | ||
| integer, dimension(n), intent(in) | INDX, | ||
| real(kind_real), dimension(n), intent(inout) | B | ||
| ) | 
Solves a system of linear equations, follows call to LUDCMP.
| [in] | np | ? | 
| [in] | n | ? | 
| [in] | a | ? | 
| [in,out] | b | ? | 
| [in] | indx | ? | 
Definition at line 239 of file tools_sp.F90.