fp_gauss Subroutine

public subroutine fp_gauss(c, d, x)

Gauss-Jordan method with fully pivotting (from STPK)

Arguments

Type IntentOptional Attributes Name
double precision, intent(in) :: c(size(d),size(d))

Square matrix (array is the first elements)

double precision, intent(in) :: d(:)

Vector

double precision, intent(inout) :: x(size(d))

Vector for unknown variables