1//! Code concerning the tensor datastructure itself. 2pub mod contraction; 3pub mod partitioning; 4pub mod tensor; 5pub mod tensordata;