Kernel2Coefficients
This program computes and returns the coefficients and inverse coefficients of a kernel from from minDegree to maxDegree at a given height.
The main purpose is for visualization with PlotGraph.
Name | Type | Annotation |
---|---|---|
outputfileMatrix | filename | matrix with columns degree, coefficients and inverse coefficients |
kernel | kernel | |
minDegree | uint | minimum degree of returned coefficients |
maxDegre | uint | compute coefficients up to maxDegree |
height | double | evaluate kernel at R+height [m] |
R | double | reference radius |