| MULTIBODY SIMULATION SOFTWARE - API documentation |
#include <CHfx.h>

Public Member Functions | |
| virtual void | Eval (ChMatrix<> &A, const ChMatrix<> &B)=0 |
Abstract interface class for math functions of the type A=f(B) where A and B are vectors of real values (to the limit, also single scalar values).
INTERFACE: Evaluate A=f(B) Pure virtual member: it _must_ be implemented by inherited classes. The parameters B and the results A are column-matrices (vectors of scalars).
| A | result output variables here |
| B | input variables here |
Implemented in chrono::ChFxCfunction, chrono::ChFxCfunctionS, and chrono::ChFxJavascript.
CHRONO::ENGINE