PolynomialsPolyEval(Double, DVector) Method |
Evaluates a polynomial with real coefficients.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntaxpublic static double PolyEval(
double value,
DVector coefficients
)
Parameters
- value Double
- Value to substitute.
- coefficients DVector
- Polynomial coefficients.
Return Value
DoubleThe evaluation of the polynomial.
See Also