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.
pub trait Configuration { }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.