VectorJep j = new VectorJep(); j.addStandardFunctions(); ... JamaUtil.addStandardFunctions(j);This will add a rank, inverse and solve function. z = solve(x,y) solves
x*z = y
.
@see org.lsmp.djep.vectorJep
@see org.lsmp.djep.matrixJep
@see http://math.nist.gov/javanumerics/jama/