aimstil  5.0.5
eigen3D.h File Reference
#include <cmath>
#include <limits>
#include "til/til_common.h"
Include dependency graph for eigen3D.h:
This graph shows which files directly or indirectly include this file:

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)