The TELEMAC-MASCARET system  trunk
Functions/Subroutines
lubksb.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine lubksb (A, N, NP, INDX, B)
 

Function/Subroutine Documentation

◆ lubksb()

subroutine lubksb ( double precision, dimension(np,np), intent(in)  A,
integer, intent(in)  N,
integer, intent(in)  NP,
integer, dimension(n), intent(in)  INDX,
double precision, dimension(n), intent(inout)  B 
)
Parameters
[in]nA Matrix of the system
[in,out]BRight-hand side, then solution
[in]INDXAddress in right-hand side
[in]NSize of b
[in]NPRank of matrix a
[in]npA Matrix of the system
[in,out]BRight-hand side, then solution
[in]INDXAddress in right-hand side
[in]NSize of b
[in]NPRank of matrix a

Definition at line 7 of file lubksb.f.

+ Here is the caller graph for this function: