ShapeFunctionsGradients

Type Alias ShapeFunctionsGradients 

Source
pub type ShapeFunctionsGradients<const M: usize, const N: usize> = TensorRank1List<M, 0, N>;

Aliased Typeยง

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