tabulate_legendre_polynomials

Function tabulate_legendre_polynomials 

Source
pub fn tabulate_legendre_polynomials<T: RlstScalar, TGeo: RlstScalar, Array2Impl: ValueArrayImpl<TGeo, 2>, Array3MutImpl: MutableArrayImpl<T, 3>>(
    cell_type: ReferenceCellType,
    points: &Array<Array2Impl, 2>,
    degree: usize,
    derivatives: usize,
    data: &mut Array<Array3MutImpl, 3>,
)
Expand description

Tabulate orthonormal polynomials