Class Solve

All Implemented Interfaces:
BinaryOperatorI, PostfixMathCommandI

public class Solve extends PostfixMathCommand implements BinaryOperatorI
z = solve(x,y) solves x*z = y where x,y,z are real matricies. Serves a wrapper around the Jama linear algebra function.
Author:
Rich Morris Created on 15-Feb-2005
See Also: