public interface AdjustableLinearSolver_DDRM
extends org.ejml.interfaces.linsol.LinearSolverDense<org.ejml.data.DMatrixRMaj>
LinearSolverDense| 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(S).A_row - The row in A.rowIndex - Where the row appears in A.boolean removeRowFromA(int index)
LinearSolver.setA(S).index - which row is removed from A.