Skip to main content

TensorRank2List

Type Alias TensorRank2List 

Source
pub type TensorRank2List<const D: usize, I, J, const N: usize, U = Dimensionless> = TensorList<TensorRank2<D, I, J, U>, N>;
Expand description

A list of rank-2 tensors.

Aliased Type§

pub struct TensorRank2List<const D: usize, I, J, const N: usize, U = Dimensionless>(/* private fields */);

Trait Implementations§

Source§

impl<const D: usize, I, J, const N: usize, U> From<[[[f64; D]; D]; N]> for TensorRank2List<D, I, J, N, U>

Source§

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

Converts to this type from the input type.