Uses of Class
org.episteme.core.mathematics.linearalgebra.matrices.SIMDRealDoubleMatrix
Packages that use SIMDRealDoubleMatrix
Package
Description
-
Uses of SIMDRealDoubleMatrix in org.episteme.core.mathematics.linearalgebra.algorithms
Methods in org.episteme.core.mathematics.linearalgebra.algorithms that return SIMDRealDoubleMatrixModifier and TypeMethodDescriptionstatic SIMDRealDoubleMatrixRealDoubleCARMAAlgorithm.multiply(SIMDRealDoubleMatrix A, SIMDRealDoubleMatrix B) static SIMDRealDoubleMatrixRealDoubleStrassenAlgorithm.multiply(SIMDRealDoubleMatrix A, SIMDRealDoubleMatrix B) Methods in org.episteme.core.mathematics.linearalgebra.algorithms with parameters of type SIMDRealDoubleMatrixModifier and TypeMethodDescriptionstatic SIMDRealDoubleMatrixRealDoubleCARMAAlgorithm.multiply(SIMDRealDoubleMatrix A, SIMDRealDoubleMatrix B) static SIMDRealDoubleMatrixRealDoubleStrassenAlgorithm.multiply(SIMDRealDoubleMatrix A, SIMDRealDoubleMatrix B) -
Uses of SIMDRealDoubleMatrix in org.episteme.core.mathematics.linearalgebra.matrices
Methods in org.episteme.core.mathematics.linearalgebra.matrices that return SIMDRealDoubleMatrix