NMath User's Guide

TOC | Previous | Next | Index

Chapter 25. Encapsulating Multivariate Functions (.NET, C#, CSharp, VB, Visual Basic, F#)

The CenterSpace.NMath.Core namespace includes classes for encapsulating univariate functions, including base class OneVariableFunction, and derived types Polynomial and TabulatedFunction (Chapter 13). In addition, the MultiVariableFunction class encapsulates an arbitrary function of one or more variables, and works with other NMath classes to approximate integrals and minima.

This chapter describes how to create and manipulate MultiVariableFunction function objects.


Top

Top