Package org.ejml.sparse.csc.factory
Class LinearSolverFactory_FSCC
java.lang.Object
org.ejml.sparse.csc.factory.LinearSolverFactory_FSCC
@Generated("org.ejml.sparse.csc.factory.LinearSolverFactory_DSCC") public class LinearSolverFactory_FSCC extends Object
Factory for sparse linear solvers
-
Constructor Summary
Constructors Constructor Description LinearSolverFactory_FSCC() -
Method Summary
Modifier and Type Method Description static org.ejml.interfaces.linsol.LinearSolverSparse<org.ejml.data.FMatrixSparseCSC,org.ejml.data.FMatrixRMaj>cholesky(org.ejml.sparse.FillReducing permutation)static org.ejml.interfaces.linsol.LinearSolverSparse<org.ejml.data.FMatrixSparseCSC,org.ejml.data.FMatrixRMaj>lu(org.ejml.sparse.FillReducing permutation)static org.ejml.interfaces.linsol.LinearSolverSparse<org.ejml.data.FMatrixSparseCSC,org.ejml.data.FMatrixRMaj>qr(org.ejml.sparse.FillReducing permutation)
-
Constructor Details
-
LinearSolverFactory_FSCC
public LinearSolverFactory_FSCC()
-
-
Method Details
-
cholesky
public static org.ejml.interfaces.linsol.LinearSolverSparse<org.ejml.data.FMatrixSparseCSC,org.ejml.data.FMatrixRMaj> cholesky(org.ejml.sparse.FillReducing permutation) -
qr
public static org.ejml.interfaces.linsol.LinearSolverSparse<org.ejml.data.FMatrixSparseCSC,org.ejml.data.FMatrixRMaj> qr(org.ejml.sparse.FillReducing permutation) -
lu
public static org.ejml.interfaces.linsol.LinearSolverSparse<org.ejml.data.FMatrixSparseCSC,org.ejml.data.FMatrixRMaj> lu(org.ejml.sparse.FillReducing permutation)
-