Uses of Class
org.flag4j.linalg.ops.dispatch.BiTensorOpDispatcher
Packages that use BiTensorOpDispatcher
-
Uses of BiTensorOpDispatcher in org.flag4j.linalg.ops.dispatch
Subclasses of BiTensorOpDispatcher in org.flag4j.linalg.ops.dispatchModifier and TypeClassDescriptionfinal classA dispatcher that selects the most suitable matrix multiplication kernel for twocomplex dense matrices.classA dispatcher that selects the most suitable matrix-vector multiplication kernel for a complex matrix/vector pair.final classA dispatcher that selects the most suitable matrix multiplication kernel for two real dense matrices.final classA dispatcher that selects the most suitable matrix-vector multiplication kernel for a real dense matrix/vector pair.