Uses of Class
org.flag4j.linalg.ops.TensorDot
Packages that use TensorDot
Package
Description
-
Uses of TensorDot in org.flag4j.linalg.ops.dense
Subclasses of TensorDot in org.flag4j.linalg.ops.denseModifier and TypeClassDescriptionclass
DenseSemiringTensorDot<T extends Semiring<T>>
Instances of this class can be used to compute the tensor dot product between two dense tensors. -
Uses of TensorDot in org.flag4j.linalg.ops.dense.real
Subclasses of TensorDot in org.flag4j.linalg.ops.dense.realModifier and TypeClassDescriptionclass
Instances of this class can be used to compute the tensor dot product between two real dense primitive double tensors. -
Uses of TensorDot in org.flag4j.linalg.ops.sparse.coo
Subclasses of TensorDot in org.flag4j.linalg.ops.sparse.cooModifier and TypeClassDescriptionclass
CooTensorDot<T extends Semiring<T>>
Instances of this class can be used to compute the tensor dot product between two sparse COO tensors.