SABER
tools_sp::ludcmp Interface Reference

Public Member Functions

subroutine sp_ludcmp (A, N, NP, INDX, D)
 Replaces an NxN matrix A with the LU decomposition. More...
 

Detailed Description

Definition at line 47 of file tools_sp.F90.

Member Function/Subroutine Documentation

◆ sp_ludcmp()

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.

Parameters
[in]n?
[in]np?
[in,out]a?
[out]indx?
[out]d?

Definition at line 293 of file tools_sp.F90.


The documentation for this interface was generated from the following file: