LandauGinzburg
|
Definition of the class Field. More...
#include <iostream>
#include <math.h>
#include <random>
#include "Eigen/LU"
Go to the source code of this file.
Classes | |
class | Field |
Generate normal distributions; Compute convolutions. More... | |
Enumerations | |
enum class | Distribution { Zero_conf , Gauss_unit , Gauss_L , Gauss_MT_unit , Gauss_MT_L } |
Types of normal distributions. More... | |
Functions | |
const std::complex< double > | IM (0, 1.0) |
Imaginary unit. | |
|
strong |
Types of normal distributions.
Definition at line 28 of file field_class.hpp.