|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmathcomp.monitor.DefaultReportable
mathcomp.la.solve.AbstractSolver
mathcomp.la.external.JMPSolver
public class JMPSolver
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 |
---|
public JMPSolver()
Method Detail |
---|
public boolean isDestructive()
public Vector solve()
public jmp.iter.linear.LinearSolver getJmpSolver()
public void setJmpSolver(jmp.iter.linear.LinearSolver solver)
solver
- public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |