Uses of Interface
org.ejml.dense.row.linsol.AdjustableLinearSolver_FDRM
-
Uses of AdjustableLinearSolver_FDRM in org.ejml.dense.row.factory
Modifier and TypeMethodDescriptionstatic AdjustableLinearSolver_FDRM
LinearSolverFactory_FDRM.adjustable()
Create a solver which can efficiently add and remove elements instead of recomputing everything from scratch. -
Uses of AdjustableLinearSolver_FDRM in org.ejml.dense.row.linsol.qr
Modifier and TypeClassDescriptionclass
A solver for QR decomposition that can efficiently modify the previous decomposition when data is added or removed.