com.vividsolutions.jts.geom.util
public class Matrix extends java.lang.Object
public static double[] solve(double[][] a, double[] b)
A
- an nxn matrix in row/column order )modified by this method)b
- a vector of length njava.lang.IllegalArgumentException
- if the matrix is the wrong size