Hierarchy For Package org.episteme.core.mathematics.linearalgebra.matrices.solvers

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.episteme.core.mathematics.linearalgebra.matrices.solvers.CholeskyDecomposition
    • org.episteme.core.mathematics.linearalgebra.matrices.solvers.EigenDecomposition
    • org.episteme.core.mathematics.linearalgebra.matrices.solvers.GenericCholesky
    • org.episteme.core.mathematics.linearalgebra.matrices.solvers.GenericEigen
    • org.episteme.core.mathematics.linearalgebra.matrices.solvers.GenericLU
    • org.episteme.core.mathematics.linearalgebra.matrices.solvers.GenericQR
    • org.episteme.core.mathematics.linearalgebra.matrices.solvers.GenericSVD
    • org.episteme.core.mathematics.linearalgebra.matrices.solvers.LUDecomposition
    • org.episteme.core.mathematics.linearalgebra.matrices.solvers.MatrixSolver
    • org.episteme.core.mathematics.linearalgebra.matrices.solvers.QRDecomposition
    • org.episteme.core.mathematics.linearalgebra.matrices.solvers.SVDDecomposition

Enum Class Hierarchy

Record Class Hierarchy

  • java.lang.Object
    • java.lang.Record
      • org.episteme.core.mathematics.linearalgebra.matrices.solvers.CholeskyResult<E>
      • org.episteme.core.mathematics.linearalgebra.matrices.solvers.EigenResult<E>
      • org.episteme.core.mathematics.linearalgebra.matrices.solvers.LUResult<E>
      • org.episteme.core.mathematics.linearalgebra.matrices.solvers.QRResult<E>
      • org.episteme.core.mathematics.linearalgebra.matrices.solvers.SVDResult<E>