Class LinearSolverFactory_DSCC

java.lang.Object
org.ejml.sparse.csc.factory.LinearSolverFactory_DSCC

public class LinearSolverFactory_DSCC extends Object
Factory for sparse linear solvers
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.ejml.interfaces.linsol.LinearSolverSparse<org.ejml.data.DMatrixSparseCSC,org.ejml.data.DMatrixRMaj>
    cholesky(org.ejml.sparse.FillReducing permutation)
     
    static org.ejml.interfaces.linsol.LinearSolverSparse<org.ejml.data.DMatrixSparseCSC,org.ejml.data.DMatrixRMaj>
    lu(org.ejml.sparse.FillReducing permutation)
     
    static org.ejml.interfaces.linsol.LinearSolverSparse<org.ejml.data.DMatrixSparseCSC,org.ejml.data.DMatrixRMaj>
    qr(org.ejml.sparse.FillReducing permutation)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LinearSolverFactory_DSCC

      public LinearSolverFactory_DSCC()
  • Method Details

    • cholesky

      public static org.ejml.interfaces.linsol.LinearSolverSparse<org.ejml.data.DMatrixSparseCSC,org.ejml.data.DMatrixRMaj> cholesky(org.ejml.sparse.FillReducing permutation)
    • qr

      public static org.ejml.interfaces.linsol.LinearSolverSparse<org.ejml.data.DMatrixSparseCSC,org.ejml.data.DMatrixRMaj> qr(org.ejml.sparse.FillReducing permutation)
    • lu

      public static org.ejml.interfaces.linsol.LinearSolverSparse<org.ejml.data.DMatrixSparseCSC,org.ejml.data.DMatrixRMaj> lu(org.ejml.sparse.FillReducing permutation)