[][src]Module ndarray_einsum_beta::contractors

Re-exports

pub use pair_contractors::TensordotGeneral;

Modules

pair_contractors
singleton_contractors
strategies

Structs

PairContraction
PathContraction

A PathContraction, returned by einsum_path, represents a fully-prepared plan to perform a tensor contraction.

SimplificationMethodAndOutput
SingletonContraction

Enums

PathContractionSteps

Either a singleton contraction, in the case of a single input operand, or a list of pair contractions, given two or more input operands

Traits

PairContractor
PathContractor
SingletonContractor
SingletonViewer

Type Definitions

SingletonSimplificationMethod