You are here: Symbol Reference > Polynoms Namespace
MtxVec VCL
ContentsIndex
PreviousUpNext
Polynoms Namespace

Introduces several polynomial handling routines.

Unit introduces routines for:

  • poly roots,coefficients,
  • evaluation, fitting,
  • splines,
  • piecewise polynomials,
  • polynomial division and multiplication.
Name 
Description 
The following table lists classes in this documentation. 
The following table lists functions in this documentation. 
The following table lists structs, records, enums in this documentation. 
 
Name 
Description 
 
Manages piece-wise polynomials. 
 
Name 
Description 
 
Divide polynomials, deconvolution. 
 
Performs infinite impulse response (IIR) filtering. 
 
Performs interpolation assuming X=[0,1,..]
 
Perform linear or cubic interpolation. 
 
This is function Polynoms.InterpolateEqd. 
 
Perform interpolation assuming that Y is evaluated at [0,1,2,...]
 
Linear interpolation. 
 
Returns coefficients of the characteristic polynomial. 
 
Converts polynomial roots to coefficients. 
 
Evaluates a polynomial with coefficients Coeff at complex value Val and returns complex results. 
 
Evaluate a polynomial. 
 
Evaluates a polynomial with coefficients Coeff at value Val and returns the results in result. 
 
Evaluates a polynomial with coefficients Coeff at real value Val and returns real result. 
 
Fits a polynomial to data. 
 
Fits a polynomial to data. 
 
Finds the roots of the polynomial from the coefficents. 
 
Interpolates cubic splines between consecutive Y points. 
 
Cubic spline interpolation. 
 
Removes leading zeros. 
 
This is function Polynoms.StripZeros. 
 
Name 
Description 
 
Defines the type of 1D interpolation. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!