ndtensor 0.1.1

An n-dimensional tensor
Documentation
1
2
3
4
5
6
7
8
9
10
/*
    appellation: parallel <module>
    authors: @FL03
*/
/// The [`ParIter`] implementation is a parallel iterator over the elements of an
/// n-dimensional tensor.
pub struct ParIter {}
/// The [`ParIterMut`] implementation is a mutable, parallel iterator over the elements of an
/// n-dimensional tensor.
pub struct ParIterMut {}