conspire 0.7.2

The Rust interface to conspire.
Documentation
1
2
3
4
use crate::math::{TensorRank1Vec, tensor::vec::TensorVector};

/// A vector of vectors of rank-1 tensors.
pub type TensorRank1Vec2D<const D: usize, const I: usize> = TensorVector<TensorRank1Vec<D, I>>;