Package org.flag4j.linalg.ops
package org.flag4j.linalg.ops
-
ClassDescriptionDispatches matrix multiplication to the appropriate algorithm based on the size of the matrices to be multiplied.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.TensorDot<T>The base class for all classes whose instances may be used to compute a tensor dot product.Provides a dispatch method for dynamically choosing the best matrix transpose algorithm.