Uses of Interface
org.ejml.dense.row.linsol.AdjustableLinearSolver_DDRM
-
Uses of AdjustableLinearSolver_DDRM in org.ejml.dense.row.factory
Modifier and TypeMethodDescriptionstatic AdjustableLinearSolver_DDRM
LinearSolverFactory_DDRM.adjustable()
Create a solver which can efficiently add and remove elements instead of recomputing everything from scratch. -
Uses of AdjustableLinearSolver_DDRM 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.