mathcomp.la.external
Class JMPSolver

java.lang.Object
  extended by mathcomp.monitor.DefaultReportable
      extended by mathcomp.la.solve.AbstractSolver
          extended by mathcomp.la.external.JMPSolver
All Implemented Interfaces:
Solver, Reportable

public class JMPSolver
extends AbstractSolver

Author:
pht

Field Summary
 
Fields inherited from class mathcomp.la.solve.AbstractSolver
m
 
Constructor Summary
JMPSolver()
           
 
Method Summary
 jmp.iter.linear.LinearSolver getJmpSolver()
           
 boolean isDestructive()
           
 void setJmpSolver(jmp.iter.linear.LinearSolver solver)
           
 Vector solve()
           
 java.lang.String toString()
           
 
Methods inherited from class mathcomp.la.solve.AbstractSolver
getM, getX, getY, setM, setX, setY
 
Methods inherited from class mathcomp.monitor.DefaultReportable
getReport, report, setReport
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface mathcomp.monitor.Reportable
getReport, report, setReport
 

Constructor Detail

JMPSolver

public JMPSolver()
Method Detail

isDestructive

public boolean isDestructive()

solve

public Vector solve()

getJmpSolver

public jmp.iter.linear.LinearSolver getJmpSolver()
Returns:

setJmpSolver

public void setJmpSolver(jmp.iter.linear.LinearSolver solver)
Parameters:
solver -

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object