Module ojalgo

Interface MatrixDecomposition.Solver<N extends Comparable<N>>

All Superinterfaces:
InverterTask<N>, InvertibleFactor<N>, MatrixDecomposition<N>, MatrixTask<N>, Provider2D, Provider2D.Inverse<Optional<MatrixStore<N>>>, Provider2D.Solution<Optional<MatrixStore<N>>>, SolverTask<N>, Structure1D, Structure2D
All Known Subinterfaces:
Cholesky<N>, Eigenvalue.Spectral<N>, LDL<N>, LDU<N>, LU<N>, QR<N>, SingularValue<N>
All Known Implementing Classes:
SparseQDLDL
Enclosing interface:
MatrixDecomposition<N extends Comparable<N>>

public static interface MatrixDecomposition.Solver<N extends Comparable<N>> extends MatrixDecomposition<N>, SolverTask<N>, InverterTask<N>, Provider2D.Inverse<Optional<MatrixStore<N>>>, Provider2D.Solution<Optional<MatrixStore<N>>>, InvertibleFactor<N>