Uses of Enum Class
org.flag4j.linalg.ops.dense.semiring_ops.DenseSemiringMatMultDispatcher.AlgorithmNames
Packages that use DenseSemiringMatMultDispatcher.AlgorithmNames
-
Uses of DenseSemiringMatMultDispatcher.AlgorithmNames in org.flag4j.linalg.ops.dense.semiring_ops
Subclasses with type arguments of type DenseSemiringMatMultDispatcher.AlgorithmNames in org.flag4j.linalg.ops.dense.semiring_opsModifier and TypeClassDescriptionprotected static enum
Simple enum class containing all possible choices of real dense matrix multiply algorithms.Methods in org.flag4j.linalg.ops.dense.semiring_ops that return DenseSemiringMatMultDispatcher.AlgorithmNamesModifier and TypeMethodDescriptionDenseSemiringMatMultDispatcher.selectAlgorithmVector
(Shape shape) Dynamically chooses matrix-vector multiply algorithm based on the shapes of the matrix to multiply.Returns the enum constant of this class with the specified name.DenseSemiringMatMultDispatcher.AlgorithmNames.values()
Returns an array containing the constants of this enum class, in the order they are declared.