njoy / math

A library providing mathematical abstractions encountered in nuclear data
Other
1 stars 0 forks source link

Add linearize method to series expansions over a specified domain #28

Open apmccartney opened 8 years ago

apmccartney commented 8 years ago

returning a data owning linear-linear interpolation table. This method should ensure grid points exist at each zero of the first and second derivative of the series within the specified domain. This should leverage the constructLinearLinearGrid function in the interpolate namespace