|
||||||||||
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
public abstract class AbstractSolver
Field Summary | |
---|---|
Matrix |
m
|
Constructor Summary | |
---|---|
AbstractSolver()
|
Method Summary | |
---|---|
Matrix |
getM()
|
Vector |
getX()
|
Vector |
getY()
|
void |
setM(Matrix matrix)
|
void |
setX(Vector vector)
|
void |
setY(Vector vector)
|
Methods inherited from class mathcomp.monitor.DefaultReportable |
---|
getReport, report, setReport |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface mathcomp.la.solve.Solver |
---|
isDestructive, solve |
Methods inherited from interface mathcomp.monitor.Reportable |
---|
getReport, report, setReport |
Field Detail |
---|
public Matrix m
Constructor Detail |
---|
public AbstractSolver()
Method Detail |
---|
public Matrix getM()
public Vector getX()
getX
in interface Solver
public Vector getY()
public void setM(Matrix matrix)
setM
in interface Solver
matrix
- public void setX(Vector vector)
vector
- public void setY(Vector vector)
setY
in interface Solver
vector
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |