|
MBDyn-1.7.3
|

Go to the source code of this file.
Functions | |
| ScalExp | pow (const ScalExp &d, const doublereal &e) |
| ScalExp | sqrt (const ScalExp &d) |
| ScalExp | sin (const ScalExp &d) |
| ScalExp | cos (const ScalExp &d) |
| ScalExp | exp (const ScalExp &d) |
| std::ostream & | operator<< (std::ostream &out, const ScalExp &v) |
| std::ostream & | Write (std::ostream &out, const ScalExp &v, const char *sFill) |
| VecExp | operator- (const VecExp &v) |
| std::ostream & | operator<< (std::ostream &out, const VecExp &v) |
| std::ostream & | Write (std::ostream &out, const VecExp &v, const char *sFill) |
| std::ostream & | operator<< (std::ostream &out, const MatExp &m) |
| std::ostream & | Write (std::ostream &out, const MatExp &m, const char *sFill, const char *sFill2) |
Variables | |
| const VecExp | ZeroExp (0., 0., 0., 0., 0., 0.) |
| const MatExp | EyeExp (Mat3x3(1., 0., 0., 0., 1., 0., 0., 0., 1.), Mat3x3(0., 0., 0., 0., 0., 0., 0., 0., 0.)) |
Definition at line 93 of file matvecexp.cc.
References cos(), ScalExp::GetMom(), ScalExp::GetVec(), and sin().
Referenced by cos(), and sin().

Definition at line 100 of file matvecexp.cc.
References exp(), ScalExp::GetMom(), and ScalExp::GetVec().
Referenced by exp().

Definition at line 151 of file matvecexp.cc.
References VecExp::GetMom(), and VecExp::GetVec().

| std::ostream& operator<< | ( | std::ostream & | out, |
| const ScalExp & | v | ||
| ) |
Definition at line 125 of file matvecexp.cc.
References ScalExp::GetMom(), and ScalExp::GetVec().

| std::ostream& operator<< | ( | std::ostream & | out, |
| const VecExp & | v | ||
| ) |
Definition at line 157 of file matvecexp.cc.
References Vec3::dGet(), VecExp::GetMom(), and VecExp::GetVec().

| std::ostream& operator<< | ( | std::ostream & | out, |
| const MatExp & | m | ||
| ) |
Definition at line 224 of file matvecexp.cc.
References Mat3x3::dGet(), MatExp::GetMom(), and MatExp::GetVec().

| ScalExp pow | ( | const ScalExp & | d, |
| const doublereal & | e | ||
| ) |
Definition at line 66 of file matvecexp.cc.
References ScalExp::GetMom(), ScalExp::GetVec(), and pow().
Referenced by pow().

Definition at line 86 of file matvecexp.cc.
References cos(), ScalExp::GetMom(), ScalExp::GetVec(), and sin().
Referenced by cos(), and sin().

Definition at line 79 of file matvecexp.cc.
References ScalExp::GetMom(), ScalExp::GetVec(), and sqrt().
Referenced by sqrt().

| std::ostream& Write | ( | std::ostream & | out, |
| const ScalExp & | v, | ||
| const char * | sFill | ||
| ) |
Definition at line 133 of file matvecexp.cc.
References ScalExp::Write().

| std::ostream& Write | ( | std::ostream & | out, |
| const VecExp & | v, | ||
| const char * | sFill | ||
| ) |
Definition at line 171 of file matvecexp.cc.
References VecExp::Write().

| std::ostream& Write | ( | std::ostream & | out, |
| const MatExp & | m, | ||
| const char * | sFill, | ||
| const char * | sFill2 | ||
| ) |
Definition at line 268 of file matvecexp.cc.
References MatExp::Write().

| const MatExp EyeExp(Mat3x3(1., 0., 0., 0., 1., 0., 0., 0., 1.), Mat3x3(0., 0., 0., 0., 0., 0., 0., 0., 0.)) |
| const VecExp ZeroExp(0., 0., 0., 0., 0., 0.) |