GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
wrap.f File Reference

Go to the source code of this file.

Functions

subroutine dgenexp (av, result)
subroutine dgengam (a, r, result)
subroutine dgennor (av, sd, result)
subroutine dgenunf (low, high, result)
subroutine dignpoi (mu, result)

Function Documentation

subroutine dgenexp ( double precision  av,
double precision  result 
)

Definition at line 11 of file wrap.f.

References genexp(), real, and jit_store_argument::result().

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

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

Definition at line 16 of file wrap.f.

References gengam(), and jit_store_argument::result().

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

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

Definition at line 1 of file wrap.f.

References gennor(), and jit_store_argument::result().

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

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

Definition at line 6 of file wrap.f.

References genunf(), and jit_store_argument::result().

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

subroutine dignpoi ( double precision  mu,
double precision  result 
)