IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Num::ScalarFunctionExamples Class Reference

Various examples of scalar functions. More...

Classes

class  ParaboloidSymmetric2D
 Symmetric paraboloid centered at coordinate origin. f(x,y) = x^2 + y^2 - R2. If R2 is positive then 0-level is a circle, if it is negative then the paraboloid does not intersect with zero-plane. Default is R2 = 1 (default constructor). More...
class  Quadratic2d
 Example quadratic polynomial in 2D. f(x,y) = 2*x^2 + y^2 + x*y + x + y + 10. More...
class  Quadratic3d
 Example quadratic polynomial in 3D. f(x,y,z) = x*x + 2*y*y + 4*z*z + x*y + 2*y*z + 4*z*x + x + y + z + 10. More...
class  Rosenbrock
 RosenBrock function. f(x,y) = (1-x)^2 + 100 * (y-x^2)^2. More...
class  RosenbrockGeneralizedAdjacent
 Generalzed multivariate RosenBrock function for Dim >= 2. f(x,y) = Sum[i=0...N-2]{(1-x_{i})^2 + 100 * (x_{i+1}-x_{i}^2)^2} More...
class  RosenbrockGeneralizedExhaustive
 Generalzed multivariate RosenBrock function for Dim >= 2. f(x,y) = Sum[i=0...N-2]{(1-x_{i})^2 + 100 * (x_{i+1}-x_{i}^2)^2} More...

Detailed Description

Various examples of scalar functions.

$A Igor xx Dec10;


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events