Data Structures | Typedefs
critical_point.hh File Reference
#include <list>
#include <mia/3d/matrix.hh>

Go to the source code of this file.

Data Structures

class  C3DCriticalPoint
 A class to hold a critical point. This class holds a critical point in a 3D vector field It consists of a localtion $ x_0 \in \mathbb{R}^3 $, Matrix $ A \in \mathbb{R}^{3 \times 3} $, and a magnitude $ \gamma \in \mathbb{R} $. It is used only as an intermidiate storage. More...
 
class  C3DCriticalPointEigen
 A class to hold a criticalpoint with eigenvalues and eigenvectors. More...
 

Typedefs

typedef std::vector
< C3DCriticalPointEigen
C3DCriticalPointEigenList
 
typedef C3DCriticalPoint::List C3DCriticalPointList
 typedef for convinience More...
 
typedef T3DVector< fcomplexC3DCVector
 
typedef std::complex< float > fcomplex
 

Typedef Documentation

Definition at line 272 of file critical_point.hh.

typedef for convinience

Definition at line 132 of file critical_point.hh.

Definition at line 136 of file critical_point.hh.

typedef std::complex<float> fcomplex

Definition at line 135 of file critical_point.hh.