Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions | Variables
InitFunc.h File Reference
#include <ElementsKernel/Export.h>
#include <functional>
Include dependency graph for InitFunc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Euclid
 
namespace  Euclid::SOM
 
namespace  Euclid::SOM::InitFunc
 

Typedefs

using Euclid::SOM::InitFunc::Signature = std::function< double()>
 

Functions

ELEMENTS_API Signature Euclid::SOM::InitFunc::normalDistribution (double sigma, double mu)
 
ELEMENTS_API Signature Euclid::SOM::InitFunc::uniformRandom (double min, double max)
 

Variables

Signature Euclid::SOM::InitFunc::zero = zeroImpl