NEURON
NegativeExpntl Class Reference

#include <NegExp.h>

Inheritance diagram for NegativeExpntl:
Random

Public Member Functions

 NegativeExpntl (double xmean, RNG *gen)
 
double mean ()
 
double mean (double x)
 
virtual double operator() ()
 
- Public Member Functions inherited from Random
 Random (RNG *generator)
 
virtual ~Random ()
 
RNGgenerator ()
 
void generator (RNG *p)
 

Protected Attributes

double pMean
 
- Protected Attributes inherited from Random
RNGpGenerator
 

Detailed Description

Definition at line 28 of file NegExp.h.

Constructor & Destructor Documentation

◆ NegativeExpntl()

NegativeExpntl::NegativeExpntl ( double  xmean,
RNG gen 
)
inline

Definition at line 40 of file NegExp.h.

Member Function Documentation

◆ mean() [1/2]

double NegativeExpntl::mean ( )
inline

Definition at line 45 of file NegExp.h.

◆ mean() [2/2]

double NegativeExpntl::mean ( double  x)
inline

Definition at line 46 of file NegExp.h.

◆ operator()()

double NegativeExpntl::operator() ( )
virtual

Implements Random.

Definition at line 23 of file NegExp.cpp.

Member Data Documentation

◆ pMean

double NegativeExpntl::pMean
protected

Definition at line 30 of file NegExp.h.


The documentation for this class was generated from the following files: