|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.fba.comp.FbaSolver
public class FbaSolver
This class is used to solve the system of linear equations Sv = 0.
Constructor Summary | |
---|---|
FbaSolver()
|
Method Summary | |
---|---|
static LinearSystemSolution<java.lang.String> |
solve(Fluxome fluxome,
LinearSystemSolver<java.lang.String> solver)
Solves Sv = 0, where S is the stoichiometry matrix of the provided fluxome and v is the vector of fluxes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FbaSolver()
Method Detail |
---|
public static LinearSystemSolution<java.lang.String> solve(Fluxome fluxome, LinearSystemSolver<java.lang.String> solver)
fluxome
- the fluxome used to define Sv = 0.solver
- the linear system solver to be used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |