TensorRank1List2D

Type Alias TensorRank1List2D 

Source
pub type TensorRank1List2D<const D: usize, const I: usize, const M: usize, const N: usize> = TensorList<TensorRank1List<D, I, M>, N>;

Aliased Type§

pub struct TensorRank1List2D<const D: usize, const I: usize, const M: usize, const N: usize>(/* private fields */);

Trait Implementations§

Source§

impl<const D: usize, const I: usize, const M: usize, const N: usize> From<[[[f64; D]; M]; N]> for TensorRank1List2D<D, I, M, N>

Source§

fn from(array: [[[TensorRank0; D]; M]; N]) -> Self

Converts to this type from the input type.