evaluate_legendre_numerical

Function evaluate_legendre_numerical 

Source
pub fn evaluate_legendre_numerical(args: &[f64]) -> Vec<f64>
Expand description

Numerical evaluator function for Legendre polynomials

Expected args: [n, x] where n is polynomial degree and x is evaluation point