chrono::ChFx Class Referenceabstract
Description
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).
#include <ChFx.h>
Inheritance diagram for chrono::ChFx:
Public Member Functions | |
virtual void | Eval (ChVectorDynamic<> &A, const ChVectorDynamic<> &B)=0 |
Evaluate A=f(B). More... | |
Member Function Documentation
◆ Eval()
|
pure virtual |
Evaluate A=f(B).
- Parameters
-
A result output variables here B input variables here
Implemented in chrono::ChFxCfunction, and chrono::ChFxCfunctionS.
The documentation for this class was generated from the following file:
- /builds/uwsbel/chrono/src/chrono/core/ChFx.h