Class to manipulate mathematical functions.
Macros:
CapyMathFun object definition macro
Enumerations:
None.
Typedefs:
CapyMathFun object
Struct CapyHyperplane :
Struct CapyHyperplane's properties:
Inherit CapyMathFun
Hyperplane parameters, the hyperplane is defined as the points X such as H(X)=u.[X|1]=0
Struct CapyHyperplane's methods:
Destructor
Functions:
Create a CapyMathFun
Input argument(s):
dimIn: input dimension
dimOut: output dimension
Output and side effect(s):
Return a CapyMathFun. domains set by default to [0, 1]
Create a CapyHyperplane
Input argument(s):
dimIn: input dimension
Output and side effect(s):
Return a CapyHyperplane.
Allocate memory and create a CapyHyperplane
Input argument(s):
dimIn: input dimension
Output and side effect(s):
Return a CapyHyperplane.
Free the memory used by a CapyHyperplane* and reset '*that' to NULL
Input argument(s):
that: the CapyHyperplane to free