Go to the source code of this file.
|
subroutine | lubksb (A, N, NP, INDX, B) |
|
◆ 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] | n | A Matrix of the system |
[in,out] | B | Right-hand side, then solution |
[in] | INDX | Address in right-hand side |
[in] | N | Size of b |
[in] | NP | Rank of matrix a |
[in] | np | A Matrix of the system |
[in,out] | B | Right-hand side, then solution |
[in] | INDX | Address in right-hand side |
[in] | N | Size of b |
[in] | NP | Rank of matrix a |
Definition at line 7 of file lubksb.f.