Skip to main content

Configuration

Trait Configuration 

Source
pub trait Configuration { }
Expand description

The configuration a tensor index belongs to.

Indices may only be contracted when their configurations agree, which is checked when the tensor operations are compiled rather than when they run.

Implementors§