VPNurbsGenerator IntegrateExponentialMultipliedByPolynomial Method Virtual Photonics - VTS Library
Virtual Photonics
Evaluates for each term of the polynomial the integral value of its multiplication with the exponential decay within the lower and upper limit.

Namespace: Vts.Modeling.ForwardSolvers
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public double IntegrateExponentialMultipliedByPolynomial(
	double exponentialTerm,
	double[] polynomialCoefficients,
	double lowerLimit,
	double upperLimit
)

Parameters

exponentialTerm
Type: OnlineSystem Double
exponential term
polynomialCoefficients
Type:  OnlineSystem Double 
polynomial coefficients sorted in degree
lowerLimit
Type: OnlineSystem Double
lower integration limit
upperLimit
Type: OnlineSystem Double
upper integration limit

Return Value

Type: OnlineDouble
integral of the polynomial multiplied by an exponential over the specified range
See Also