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