SABER
|
Public Member Functions | |
subroutine | sp_ludcmp (A, N, NP, INDX, D) |
Replaces an NxN matrix A with the LU decomposition. More... | |
Definition at line 47 of file tools_sp.F90.
subroutine tools_sp::ludcmp::sp_ludcmp | ( | real(kind_real), dimension(np,np), intent(inout) | A, |
integer, intent(in) | N, | ||
integer, intent(in) | NP, | ||
integer, dimension(n), intent(out) | INDX, | ||
real(kind_real), intent(out), optional | D | ||
) |
Replaces an NxN matrix A with the LU decomposition.
[in] | n | ? |
[in] | np | ? |
[in,out] | a | ? |
[out] | indx | ? |
[out] | d | ? |
Definition at line 293 of file tools_sp.F90.