Module operand

Module operand 

Source
Expand description

Type-erased einsum operands (f64 / Complex64, owned / borrowed).

Enums§

EinsumOperand
A type-erased einsum operand holding either f64 or Complex64 strided data.
StridedData
Type-erased strided data that can be either owned or borrowed.

Traits§

EinsumScalar
Scalar types that can be used as the output element type for einsum_into.