#include "SimTKcommon.h"
Go to the source code of this file.
Namespaces | |
namespace | SimTK |
Classes | |
class | Function |
This abstract class represents a mathematical function that calculates an N component vector based on M real arguments. More... | |
class | Function::Constant |
This is a Function subclass which simply returns a fixed value, independent of its arguments. More... | |
class | Function::Linear |
This is a Function subclass whose output value is a linear function of its arguments: f(x, y, . More... | |
class | Function::Polynomial |
This is a Function subclass whose output value is a polynomial of its argument: f(x) = ax^n+bx^(n-1)+. More... |