Returns a matrix of (column) solution vectors for linear systems with coefficient matrix = this and constant vectors = columns of b.
@param b array of constant forming RHS of linear systems toto solve
@return solution array
@throws IllegalArgumentException if this.rowDimension != row dimension
@throws InvalidMatrixException if this matrix is not square or is singular
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.