YAP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
ComplexBasis.h File Reference
#include "fwd/ComplexBasis.h"
#include "Matrix.h"
#include "Vector.h"
#include <complex>
#include <math.h>

Go to the source code of this file.

Classes

class  basis< T >
 
class  cartesian< T >
 
class  polar< T >
 

Namespaces

 yap
 
 

Typedefs

template<typename T >
using covariance_matrix = SquareMatrix< T, 2 >
 

Functions

template<typename T >
SquareMatrix< T, 2 > polar_to_cartesian (const polar< T > &pol)
 jacobian from polar to cartesian
 
template<typename T >
SquareMatrix< T, 2 > cartesian_to_polar (const cartesian< T > &cart)
 jacobian for transformation from cartesian to polar
 
template<typename T >
std::string to_string (const cartesian< T > &z)
 convert to string
 
template<typename T >
std::string to_string (const polar< T > &z)
 convert to string