lubksb Subroutine

private subroutine lubksb(a, n, np, indx, b)

Arguments

Type IntentOptional AttributesName
real, intent(inout) :: a(np,np)
integer, intent(in) :: n
integer, intent(in) :: np
integer, intent(in) :: indx(n)
real, intent(inout) :: b(n)

Contents

None