MtxIntDiff Class

public class MtxIntDiff

Methods

NameDescription
MonteCarloNumerical integration by Monte Carlo method.
NumericGradDifferenceNumerical gradient by numerical differentiation using the forward difference quotient.
NumericGradHessNumerical gradient and Hessian matrix.
NumericGradRichardsonNumerical gradient by high precision numerical differentiation.
QuadGauss (4)Integration by using Gauss quadrature algorithm with no additional parameters for Fun.
QuadRegularNumerical integration by using optimized quadrature formula.
RombergNumerical integration by using recursive Romberg algorithm.
WeightsChebyshevGaussChebyshev-Gauss base points and weights.
WeightsGaussGauss base points and weights.
WeightsNewtonCotesNewton-Cotes base points and weights.