GNU Octave  4.4.1
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 16 of file wrap.f.

References real().

Referenced by octave_rand::do_scalar(), and octave_rand::fill().

◆ dgengam()

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

Definition at line 23 of file wrap.f.

Referenced by octave_rand::do_scalar(), and octave_rand::fill().

◆ dgennor()

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

Definition at line 2 of file wrap.f.

Referenced by octave_rand::do_scalar(), and octave_rand::fill().

◆ dgenunf()

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

Definition at line 9 of file wrap.f.

Referenced by octave_rand::do_scalar(), and octave_rand::fill().

◆ dignpoi()

subroutine dignpoi ( double precision  mu,
double precision  result 
)

Definition at line 30 of file wrap.f.

References real().

Referenced by octave_rand::do_scalar(), and octave_rand::fill().

◆ fgenexp()

subroutine fgenexp ( real  av,
real  result 
)

Definition at line 51 of file wrap.f.

Referenced by octave_rand::do_float_scalar(), and octave_rand::fill().

◆ fgengam()

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

Definition at line 58 of file wrap.f.

Referenced by octave_rand::do_float_scalar(), and octave_rand::fill().

◆ fgennor()

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

Definition at line 37 of file wrap.f.

Referenced by octave_rand::do_float_scalar(), and octave_rand::fill().

◆ fgenunf()

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

Definition at line 44 of file wrap.f.

Referenced by octave_rand::do_float_scalar(), and octave_rand::fill().

◆ fignpoi()

subroutine fignpoi ( real  mu,
real  result 
)

Definition at line 65 of file wrap.f.

Referenced by octave_rand::do_float_scalar(), and octave_rand::fill().