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

Manages piece-wise polynomials.

Polynoms_TPiecePoly
Pascal
TPiecePoly = class(TObject);

Use this object to construct and evaluate piece-wise polynomials. Key properties of the object can initialized by interpolation routines: Polynoms.Spline1D and Polynoms.Linear1D Additional properties like BreaksOffset,BreaksStep, BreaksEquidistant and ValuesSorted must be set manually. Setting these properties can significantly improve the performance.

All vector and matrices, used in this class must be real.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!