Skip to main content

Crate einsum_ndarray

Crate einsum_ndarray 

Source
Expand description

Einstein summation for dynamically shaped ndarray arrays.

Integer additions and multiplications use wrapping arithmetic in every build profile. Other element types use their ndarray arithmetic.

Structs§

ContractionPath
Describes an ordered contraction.
ContractionStep
Describes one contraction step.
EinsumPlan
A parsed contraction bound to fixed operand shapes.

Enums§

EinsumError
Reports invalid expressions, shapes, and paths.
Strategy
Selects how a contraction path is built.

Functions§

einsum
Parses, plans, and evaluates one expression.
einsum_path
Parses and plans one expression from shapes alone.