SABER
tools_sp::lubksb Interface Reference

Public Member Functions

subroutine sp_lubksb (A, N, NP, INDX, B)
 Solves a system of linear equations, follows call to LUDCMP. More...
 

Detailed Description

Definition at line 44 of file tools_sp.F90.

Member Function/Subroutine Documentation

◆ sp_lubksb()

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.

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

Definition at line 239 of file tools_sp.F90.


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