Function.h File Reference

#include "SimTKcommon/basics.h"
#include "SimTKcommon/Simmatrix.h"
#include <cassert>

Go to the source code of this file.

Classes

class  Function_< T >
 This abstract class represents a mathematical function that calculates a value of arbitrary type based on M real arguments. More...
class  Constant
 This is a Function_ subclass which simply returns a fixed value, independent of its arguments. More...
class  Linear
 This is a Function_ subclass whose output value is a linear function of its arguments: f(x, y, . More...
class  Polynomial
 This is a Function_ subclass whose output value is a polynomial of its argument: f(x) = ax^n+bx^(n-1)+. More...
class  Step
 This is a Function_ subclass whose output value y=f(x) is smoothly stepped from y=y0 to y1 as its input argument goes from x=x0 to x1. More...

Namespaces

namespace  SimTK
 

This is the top-level SimTK namespace into which all SimTK names are placed to avoid collision with other symbols.


Typedefs

typedef Function_< Real > Function
 This typedef is used for the very common case that the return type of the Function object is Real.

Generated on Thu Aug 12 16:37:40 2010 for SimTKcore by  doxygen 1.6.1