Uses of Interface
org.ejml.interfaces.linsol.LinearSolverSparse
Package
Description
-
Uses of LinearSolverSparse in org.ejml
Modifier and TypeClassDescriptionclass
LinearSolverSparseSafe<S extends DMatrixSparse,
D extends ReshapeMatrix> Ensures that any linear solver it is wrapped around will never modify the input matrices.class
LinearSolverToSparse<D extends Matrix>
Wrapper which allows a regular linear solver to act like a sparse solver -
Uses of LinearSolverSparse in org.ejml.sparse.csc.factory
Modifier and TypeMethodDescriptionLinearSolverFactory_DSCC.cholesky
(FillReducing permutation) LinearSolverFactory_FSCC.cholesky
(FillReducing permutation) LinearSolverFactory_DSCC.lu
(FillReducing permutation) LinearSolverFactory_FSCC.lu
(FillReducing permutation) LinearSolverFactory_DSCC.qr
(FillReducing permutation) LinearSolverFactory_FSCC.qr
(FillReducing permutation) -
Uses of LinearSolverSparse in org.ejml.sparse.csc.linsol.chol
Modifier and TypeClassDescriptionclass
Linear solver using a sparse Cholesky decomposition.class
Linear solver using a sparse Cholesky decomposition. -
Uses of LinearSolverSparse in org.ejml.sparse.csc.linsol.lu
Modifier and TypeClassDescriptionclass
LU Decomposition based solver for square matrices.class
LU Decomposition based solver for square matrices. -
Uses of LinearSolverSparse in org.ejml.sparse.csc.linsol.qr
Modifier and TypeClassDescriptionclass
Sparse linear solver implemented usingQrLeftLookingDecomposition_DSCC
.class
Sparse linear solver implemented usingQrLeftLookingDecomposition_FSCC
.