GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
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) |
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().
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().
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().
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().
Definition at line 21 of file wrap.f.
References ignpoi(), real, and jit_store_argument::result().
Referenced by octave_rand::do_float_scalar(), octave_rand::do_scalar(), and octave_rand::fill().