conspire 0.6.0

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

pub type TensorTupleListVec<T1, T2, const N: usize> = TensorVector<TensorTupleList<T1, T2, N>>;