Uses of Interface
org.ejml.interfaces.linsol.LinearSolverSparse
Packages that use LinearSolverSparse
Package
Description
-
Uses of LinearSolverSparse in org.ejml
Classes in org.ejml that implement LinearSolverSparseModifier 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 solverConstructors in org.ejml with parameters of type LinearSolverSparse -
Uses of LinearSolverSparse in org.ejml.sparse.csc.factory
Methods in org.ejml.sparse.csc.factory that return LinearSolverSparseModifier 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
Classes in org.ejml.sparse.csc.linsol.chol that implement LinearSolverSparseModifier 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
Classes in org.ejml.sparse.csc.linsol.lu that implement LinearSolverSparseModifier 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
Classes in org.ejml.sparse.csc.linsol.qr that implement LinearSolverSparseModifier and TypeClassDescriptionclass
Sparse linear solver implemented usingQrLeftLookingDecomposition_DSCC
.class
Sparse linear solver implemented usingQrLeftLookingDecomposition_FSCC
.