|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.singularsys.aa.Subdivision
public class Subdivision
Divides an equation system into smaller parts and solves the individual parts in sequence.
Constructor Summary | |
---|---|
Subdivision()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Tests the subdivide method. |
static Solution |
solveWithDividing(SystemSolver sSolver,
EquationSystem es)
Solves an equation system by sub-dividing it into smaller systems. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Subdivision()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- public static Solution solveWithDividing(SystemSolver sSolver, EquationSystem es) throws java.lang.Exception
sSolver
- the solver used for solving the system.es
- the equation system to be solved.
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |