IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
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. More... | |
class | RosenbrockGeneralizedExhaustive |
Generalzed multivariate RosenBrock function for Dim >= 2. More... | |
Various examples of scalar functions.
$A Igor xx Dec10;