libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
CRNMatrixComplex.h File Reference
#include <CRNMath/CRNMatrix.h>
#include <complex>
+ Include dependency graph for CRNMatrixComplex.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  crn::MatrixComplex
 Complex matrix class. More...
 
struct  crn::IsClonable< MatrixComplex >
 
struct  crn::TypeInfo< MatrixComplex >
 

Namespaces

 crn
 

Functions

void crn::FFT (std::vector< std::complex< double > > &sig, bool direct)
 Fast Fourier transform. More...
 
void crn::FFT (MatrixComplex &m, bool direct)
 Fast Fourier transform. More...