|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AdjustableLinearSolver
In many situations solutions to linear systems that share many of the same data points are needed. This can happen when solving using the most recent data or when rejecting outliers. In these situations it is possible to solve these related systems much faster than solving the entire data set again.
LinearSolver| Method Summary | |
|---|---|
boolean |
addRowToA(double[] A_row,
int rowIndex)
Adds a row to A. |
boolean |
removeRowFromA(int index)
Removes a row from A. |
| Methods inherited from interface org.ejml.alg.dense.linsol.LinearSolver |
|---|
invert, modifiesA, modifiesB, quality, setA, solve |
| Method Detail |
|---|
boolean addRowToA(double[] A_row,
int rowIndex)
LinearSolver.setA(T).
A_row - The row in A.rowIndex - Where the row appears in A.
boolean removeRowFromA(int index)
LinearSolver.setA(T).
index - which row is removed from A.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||