You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TPiecePoly Class
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TPiecePoly Class

Manages piece-wise polynomials.

Dew_Math_TPiecePoly
Syntax
C#
Visual Basic
public class TPiecePoly : object, IDisposable;

Polynoms.cs

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. 

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

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