GNU Octave  4.2.1
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
lo-ranlib-proto.h
Go to the documentation of this file.
1 /*
2 
3 Copyright (C) 2016-2017 John W. Eaton
4 
5 This file is part of Octave.
6 
7 Octave is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published by the
9 Free Software Foundation; either version 3 of the License, or (at your
10 option) any later version.
11 
12 Octave is distributed in the hope that it will be useful, but WITHOUT
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 for more details.
16 
17 You should have received a copy of the GNU General Public License
18 along with Octave; see the file COPYING. If not, see
19 <http://www.gnu.org/licenses/>.
20 
21 */
22 
23 #if ! defined (octave_lo_ranlib_proto_h)
24 #define octave_lo_ranlib_proto_h 1
25 
26 #include "octave-config.h"
27 
28 #include "f77-fcn.h"
29 
30 extern "C"
31 {
32  F77_RET_T
33  F77_FUNC (dgenexp, DGENEXP) (const F77_DBLE&, F77_DBLE&);
34 
35  F77_RET_T
36  F77_FUNC (dgengam, DGENGAM) (const F77_DBLE&, const F77_DBLE&, F77_DBLE&);
37 
38  F77_RET_T
39  F77_FUNC (dgennor, DGENNOR) (const F77_DBLE&, const F77_DBLE&, F77_DBLE&);
40 
41  F77_RET_T
42  F77_FUNC (dgenunf, DGENUNF) (const F77_DBLE&, const F77_DBLE&, F77_DBLE&);
43 
44  F77_RET_T
45  F77_FUNC (dignpoi, DIGNPOI) (const F77_DBLE&, F77_DBLE&);
46 
47  F77_RET_T
48  F77_FUNC (getsd, GETSD) (F77_INT4&, F77_INT4&);
49 
50  F77_RET_T
51  F77_FUNC (setall, SETALL) (const F77_INT4&, const F77_INT4&);
52 
53  F77_RET_T
54  F77_FUNC (setcgn, SETCGN) (const F77_INT4&);
55 
56  F77_RET_T
57  F77_FUNC (setsd, SETSD) (const F77_INT4&, const F77_INT4&);
58 }
59 
60 #endif
subroutine setsd(iseed1, iseed2)
Definition: setsd.f:1
subroutine dignpoi(mu, result)
Definition: wrap.f:21
subroutine dgenunf(low, high, result)
Definition: wrap.f:6
subroutine dgenexp(av, result)
Definition: wrap.f:11
subroutine dgengam(a, r, result)
Definition: wrap.f:16
F77_RET_T F77_FUNC(dgenexp, DGENEXP)(const F77_DBLE &
subroutine setall(iseed1, iseed2)
Definition: setall.f:1
subroutine dgennor(av, sd, result)
Definition: wrap.f:1
subroutine getsd(iseed1, iseed2)
Definition: getsd.f:1
#define F77_DBLE
Definition: f77-fcn.h:331
#define F77_INT4
Definition: f77-fcn.h:336