openGPMP
Open Source Mathematics Package
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | solvelinearsystem (A, b, x, n) |
subroutine solvelinearsystem | ( | real, dimension(n, n), intent(inout) | A, |
real, dimension(n), intent(inout) | b, | ||
real, dimension(n), intent(out) | x, | ||
integer, intent(in) | n | ||
) |
Definition at line 35 of file linsys_routines.f90.