MBDyn-1.7.3
|
Functions | |
template<typename T > | |
Matrix< T, 3, 3 > & | Euler123ToMatR (const Vector< T, 3 > &v, Matrix< T, 3, 3 > &R) |
Variables | |
const int | I1 = 1 |
const int | I2 = 2 |
const int | I3 = 3 |
Matrix<T, 3, 3>& gradVecAssTest::Euler123ToMatR | ( | const Vector< T, 3 > & | v, |
Matrix< T, 3, 3 > & | R | ||
) |
Definition at line 1790 of file matvectest.cc.
References grad::cos(), R, and grad::sin().
Referenced by cppad_benchmark1(), cppad_benchmark2(), and cppad_benchmark3().
const int gradVecAssTest::I1 = 1 |
Definition at line 1787 of file matvectest.cc.
Referenced by testMatVecProductGradient().
const int gradVecAssTest::I2 = 2 |
Definition at line 1787 of file matvectest.cc.
const int gradVecAssTest::I3 = 3 |
Definition at line 1787 of file matvectest.cc.