conspire 0.6.1

The Rust interface to conspire.
Documentation
1
2
3
use crate::math::{TensorTuple, TensorVector};

pub type TensorTupleVec<T1, T2> = TensorVector<TensorTuple<T1, T2>>;