Programming Reference for VirtualLab™  5.4
Public Member Functions | List of all members
Latex Class Reference

Public Member Functions

void casesExample (HarmonicFieldsSet sf, bool storeDataInRAMMemory)
 
void fullExample (HarmonicFieldsSet sf, bool storeDataInRAMMemory)
 
void inlineExample (HarmonicFieldsSet sf, bool storeDataInRAMMemory)
 
void operatornameExample (HarmonicFieldsSet sf, bool storeDataInRAMMemory)
 
void textExample (HarmonicFieldsSet sf, bool storeDataInRAMMemory)
 

Detailed Description

Member Function Documentation

void casesExample ( HarmonicFieldsSet  sf,
bool  storeDataInRAMMemory 
)

cases example [SI] Calculates the sinc-function for value $x$. Sinc is defined as

\[ (x) = \begin{cases} 1 & x = 0 \\ \sin(x) / x & \ \ \end{cases} \]

.

Parameters
sfHarmonicFieldsSet object to copy.
storeDataInRAMMemory
void fullExample ( HarmonicFieldsSet  sf,
bool  storeDataInRAMMemory 
)

Full example [SI] Calculates the sinc-function for value $x$. Sinc is defined as

\[ \operatorname{sinc}(x) = \begin{cases} 1 & x = 0 \\ \sin(x) / x & \ \ \text{else} \end{cases} \]

.

Parameters
sfHarmonicFieldsSet object to copy.
storeDataInRAMMemory
void inlineExample ( HarmonicFieldsSet  sf,
bool  storeDataInRAMMemory 
)

Inline example [SI] Calculates the sinc-function for value $x$. Sinc is defined as $ 1 = 0 $ .

Parameters
sfHarmonicFieldsSet object to copy.
storeDataInRAMMemory
void operatornameExample ( HarmonicFieldsSet  sf,
bool  storeDataInRAMMemory 
)

operatorname example [SI] Calculates the sinc-function for value $x$. Sinc is defined as

\[ \operatorname{sinc}(x) = \]

.

Parameters
sfHarmonicFieldsSet object to copy.
storeDataInRAMMemory
void textExample ( HarmonicFieldsSet  sf,
bool  storeDataInRAMMemory 
)

text example [SI] Calculates the sinc-function for value $x$. Sinc is defined as

\[ 1 x = 0 \text{else} \end{cases} \]

.

Parameters
sfHarmonicFieldsSet object to copy.
storeDataInRAMMemory