Internal utility functions of record Polynomial that should not be directly utilized by the user
Name | Description |
---|---|
evaluate_der | Evaluate derivative of polynomial at a given abszissa value |
evaluate_dder | Evaluate 2nd derivative of polynomial at a given abszissa value |
integralValue_der | Evaluate derivative of integral of polynomial p(x) from x_low to x_high, assuming only x_high as time-dependent (Leibniz rule) |
mult | Multiply two polynomials (polynomials are defined by vectors) |
rootsOfNonZeroHighestCoefficientPolynomial | Determine zeros of polynomial where highest coefficient of polynomial is not zero |