Function.h File Reference

#include "SimTKcommon.h"

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...

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

Generated by  doxygen 1.6.2