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 TypeClassDescriptionclassLinearSolverSparseSafe<S extends DMatrixSparse,D extends ReshapeMatrix> Ensures that any linear solver it is wrapped around will never modify the input matrices.classLinearSolverToSparse<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 TypeClassDescriptionclassLinear solver using a sparse Cholesky decomposition.classLinear 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 TypeClassDescriptionclassLU Decomposition based solver for square matrices.classLU 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 TypeClassDescriptionclassSparse linear solver implemented usingQrLeftLookingDecomposition_DSCC.classSparse linear solver implemented usingQrLeftLookingDecomposition_FSCC.