ESTER
Evolution STEllaire en Rotation
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
Functions
sym.cpp File Reference
#include "ester-config.h"
#include "symbolic.h"
#include <cstdlib>
#include <typeinfo>
Include dependency graph for sym.cpp:

Functions

ostream & operator<< (ostream &os, const sym &s)
 
sym trig_simplify (const sym &s)
 
sym_vec trig_simplify (const sym_vec &v)
 
sym_tens trig_simplify (const sym_tens &v)
 
sym operator+ (const sym &s1, const sym &s2)
 
sym operator* (const sym &s1, const sym &s2)
 
sym pow (const sym &s, const rational &q)
 
sym sin (const sym &s)
 
sym cos (const sym &s)
 
sym tan (const sym &s)
 
sym exp (const sym &s)
 
sym log (const sym &s)
 
sym pow (const sym &s, const sym &ex)
 
sym pow (const double &n, const sym &ex)
 
sym diff (const sym &f, const sym &x)
 
sym jacobian (const sym &f, const sym &a)
 

Function Documentation

sym cos ( const sym s)

Here is the call graph for this function:

sym diff ( const sym f,
const sym x 
)

Here is the call graph for this function:

sym exp ( const sym s)

Here is the call graph for this function:

sym jacobian ( const sym f,
const sym a 
)

Here is the call graph for this function:

sym log ( const sym s)

Here is the call graph for this function:

sym operator* ( const sym s1,
const sym s2 
)

Here is the call graph for this function:

sym operator+ ( const sym s1,
const sym s2 
)

Here is the call graph for this function:

ostream& operator<< ( ostream &  os,
const sym s 
)
sym pow ( const sym s,
const rational q 
)

Here is the call graph for this function:

sym pow ( const sym s,
const sym ex 
)

Here is the call graph for this function:

sym pow ( const double &  n,
const sym ex 
)

Here is the call graph for this function:

sym sin ( const sym s)

Here is the call graph for this function:

sym tan ( const sym s)

Here is the call graph for this function:

sym trig_simplify ( const sym s)

Here is the call graph for this function:

sym_vec trig_simplify ( const sym_vec v)

Here is the call graph for this function:

sym_tens trig_simplify ( const sym_tens v)

Here is the call graph for this function: