Uses of Class
org.episteme.core.mathematics.linearalgebra.providers.CPUDenseLinearAlgebraProvider
Packages that use CPUDenseLinearAlgebraProvider
-
Uses of CPUDenseLinearAlgebraProvider in org.episteme.core.mathematics.linearalgebra.providers
Subclasses of CPUDenseLinearAlgebraProvider in org.episteme.core.mathematics.linearalgebra.providersModifier and TypeClassDescriptionclassLinear Algebra Provider that forces the use of the CARMA algorithm.classLinear Algebra Provider that forces the use of the Standard (Naive/Recursive) algorithm.classLinear Algebra Provider that forces the use of the Strassen algorithm.