aimstil
5.0.5
|
Go to the source code of this file.
Namespaces | |
til | |
Belongs to package Box Do not include directly, include til/Box.h instead. | |
Functions | |
template<class T > | |
void | til::myComplexPow (T numReal, T numIm, T ex, T &resReal, T &resIm) |
template<class T > | |
void | til::myComplexSqrt (T num, T &resReal, T &resIm) |
template<class T > | |
void | til::eigen3D (T A11, T A12, T A13, T A22, T A23, T A33, T &ev1, T &ev2, T &ev3) |