public interface LinearSolver
double[]
solve(double[] b, double[] x)
double[] solve(double[] b, double[] x)
b
x
java.lang.RuntimeException