You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TPiecePoly Class > TPiecePoly Methods > Evaluate Method > TPiecePoly.Evaluate Method (TDenseMtxVec, TDenseMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TPiecePoly.Evaluate Method (TDenseMtxVec, TDenseMtxVec)

Evaluate piece-wise polynomial.

Syntax
C#
Visual Basic
public void Evaluate(TDenseMtxVec X, TDenseMtxVec Y);

Evaluate piece-wise polynomial at all X values and store the results in Y. The Length and Complex properies of vector Y are adjusted automatically. 

Note There are four additional parameters that affect how fast will the evaluation occur: BreaksEquidistant, ValuesSorted, BreaksStep and BreaksOffset.

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