Hardware Epsilon
Routine Name: genFDCoeff
Author: Kyle Hovey
Language: C++
Description/Purpose:
This method generates the coefficients required for a finite difference method approximating a derivative of order order
and of accuracy accuracy
.
Input:
The order and accuracy desired for the FDM coefficients.
Output:
A vector containing the finite difference coefficients.
Usage/Example:
Output:
Implementation/Code: