public class Matrix extends 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 nIllegalArgumentException - if the matrix is the wrong sizeCopyright © 2015. All rights reserved.