Gauss-Jordan method with fully pivotting (from STPK)
| Type | Intent | Optional | 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 |