NMath User's Guide

TOC |  Previous |  Next |  Index

Chapter 32. Integrating Multivariable Functions (.NET, C#, CSharp, Visual Basic, VB.NET)

The CenterSpace.NMath.Core namespace includes classes for computing an approximation of the integral of a OneVariableFunction over some interval (Chapter 12). These classes include RombergIntegrator and GaussKronrodIntegrator, which implement the IIntegrator interface.

The CenterSpace.NMath.Analysis namespace provides class TwoVariableIntegrator, which computes the integral of a function of two variables. Class TwoVariableIntegrator computes the double integral by breaking up the problem into repeated one-dimensional integrals.

The chapter describes how to use class TwoVariableIntegrator.

TOC |  Previous |  Next |  Index