GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
wrap.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine dgenexp (av, result)
 
subroutine dgengam (a, r, result)
 
subroutine dgennor (av, sd, result)
 
subroutine dgenunf (low, high, result)
 
subroutine dignpoi (mu, result)
 
subroutine fgenexp (av, result)
 
subroutine fgengam (a, r, result)
 
subroutine fgennor (av, sd, result)
 
subroutine fgenunf (low, high, result)
 
subroutine fignpoi (mu, result)
 

Function/Subroutine Documentation

◆ dgenexp()

subroutine dgenexp ( double precision  av,
double precision  result 
)

Definition at line 15 of file wrap.f.

References genexp(), and real().

Referenced by rand::exponential(), and rand::fill().

◆ dgengam()

subroutine dgengam ( double precision  a,
double precision  r,
double precision  result 
)

Definition at line 22 of file wrap.f.

References gengam(), and real().

Referenced by rand::fill(), and rand::gamma().

◆ dgennor()

subroutine dgennor ( double precision  av,
double precision  sd,
double precision  result 
)

Definition at line 1 of file wrap.f.

References gennor(), and real().

Referenced by rand::fill(), and rand::normal().

◆ dgenunf()

subroutine dgenunf ( double precision  low,
double precision  high,
double precision  result 
)

Definition at line 8 of file wrap.f.

References genunf(), and real().

Referenced by rand::fill(), and rand::uniform().

◆ dignpoi()

subroutine dignpoi ( double precision  mu,
double precision  result 
)

Definition at line 29 of file wrap.f.

References ignpoi(), and real().

Referenced by rand::fill(), and rand::poisson().

◆ fgenexp()

subroutine fgenexp ( real  av,
real  result 
)

Definition at line 50 of file wrap.f.

References genexp().

Referenced by rand::exponential(), and rand::fill().

◆ fgengam()

subroutine fgengam ( real  a,
real  r,
real  result 
)

Definition at line 57 of file wrap.f.

References gengam().

Referenced by rand::fill(), and rand::gamma().

◆ fgennor()

subroutine fgennor ( real  av,
real  sd,
real  result 
)

Definition at line 36 of file wrap.f.

References gennor().

Referenced by rand::fill(), and rand::normal().

◆ fgenunf()

subroutine fgenunf ( real  low,
real  high,
real  result 
)

Definition at line 43 of file wrap.f.

References genunf().

Referenced by rand::fill(), and rand::uniform().

◆ fignpoi()

subroutine fignpoi ( real  mu,
real  result 
)

Definition at line 64 of file wrap.f.

References ignpoi().

Referenced by rand::fill(), and rand::poisson().