MULTIBODY SIMULATION SOFTWARE - API documentation
Public Member Functions
chrono::ChFx Class Reference

#include <CHfx.h>

Inheritance diagram for chrono::ChFx:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void Eval (ChMatrix<> &A, const ChMatrix<> &B)=0

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


Member Function Documentation

virtual void chrono::ChFx::Eval ( ChMatrix<> &  A,
const ChMatrix<> &  B 
) [pure virtual]

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

Parameters:
Aresult output variables here
Binput variables here

Implemented in chrono::ChFxCfunction, chrono::ChFxCfunctionS, and chrono::ChFxJavascript.


CHRONO::ENGINE
C++ library for multibody simulation, (C) Alessandro Tasora
This API documentation has been generated on Tue Jul 10 2012 by Doxygen