Package org.flag4j.operations
package org.flag4j.operations
-
ClassDescriptionDispatches matrix multiplication to the appropriate algorithm based on the size of the matrices to be multiplied.Simple enum class containing all possible choices of matrix multiply algorithms.Singleton class which stores a map of all viable real dense matrix multiply algorithms and uses that map to dispatch a real dense matrix multiply problem to the appropriate algorithm.Simple enum class containing all possible choices of real dense matrix multiply algorithms.Functional interface for creating a lambda which implements an operation acting on two real dense tensors.Provides a dispatch method for dynamically choosing the best matrix transpose algorithm.Simple enum class containing available algorithms for computing a matrix transpose.