GaussKronrodRule<T> Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Evaluate(Func<T, T>, Interval<T>) Evaluates the rule for the specified function and interval.
(Inherited from IntegrationRule<T>)
Evaluate(Func<T, T>, Interval<T>, ParallelOptions) Numerically integrates a function of one variable.
(Overrides IntegrationRule<T>.Evaluate(Func<T, T>, Interval<T>, ParallelOptions))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
gauss 
GetGaussWeights Gets an array specifying the weights associated with the Gaussian quadrature points for this GaussKronrodRule.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetKronrodPoints Gets an array specifying the Kronrod quadrature points for this GaussKronrodRule.
GetKronrodWeights Gets an array specifying the weights associated with the Kronrod quadrature points for this GaussKronrodRule.
GetTypeGets the Type of the current instance.
(Inherited from Object)
kronrod 
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
r_jacobi 
r_jacobi01(Int32) 
r_jacobi01(Int32, T) 
r_jacobi01(Int32, T, T) 
r_kronrod 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also