public interface AdjustableLinearSolver
extends org.ejml.interfaces.linsol.LinearSolver<org.ejml.data.DenseMatrix64F>
LinearSolver| Modifier and Type | Method and Description |
|---|---|
boolean |
addRowToA(double[] A_row,
int rowIndex)
Adds a row to A.
|
boolean |
removeRowFromA(int index)
Removes a row from A.
|
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.