pub fn legendre_shape<T, Array2Impl: ValueArrayImpl<T, 2>>(
cell_type: ReferenceCellType,
points: &Array<Array2Impl, 2>,
degree: usize,
derivatives: usize,
) -> [usize; 3]Expand description
The shape of a table containing the values of Legendre polynomials