GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
libinterp
builtin-defun-decls.h
Go to the documentation of this file.
1
// DO NOT EDIT! Generated automatically by mkbuiltins.
2
3
#if !defined (octave_builtin_defun_decls_h)
4
#define octave_builtin_defun_decls_h 1
5
6
#include "
oct-obj.h
"
7
8
#define DEFUN_DECL(name) \
9
extern OCTINTERP_API octave_value_list \
10
name (const octave_value_list& = octave_value_list (), int = 0);
11
12
DEFUN_DECL
(
F__version_info__
);
13
DEFUN_DECL
(
Fisguirunning
);
14
DEFUN_DECL
(
Fargv
);
15
DEFUN_DECL
(
Fprogram_invocation_name
);
16
DEFUN_DECL
(
Fprogram_name
);
17
DEFUN_DECL
(
Fsparse_auto_mutate
);
18
DEFUN_DECL
(
Flogical
);
19
DEFUN_DECL
(
Fiscell
);
20
DEFUN_DECL
(
Fcell
);
21
DEFUN_DECL
(
Fiscellstr
);
22
DEFUN_DECL
(
Fcellstr
);
23
DEFUN_DECL
(
Fstruct2cell
);
24
DEFUN_DECL
(
Fclass
);
25
DEFUN_DECL
(
F__isa_parent__
);
26
DEFUN_DECL
(
F__parent_classes__
);
27
DEFUN_DECL
(
Fisobject
);
28
DEFUN_DECL
(
Fismethod
);
29
DEFUN_DECL
(
F__methods__
);
30
DEFUN_DECL
(
Fsuperiorto
);
31
DEFUN_DECL
(
Finferiorto
);
32
DEFUN_DECL
(
Ffunctions
);
33
DEFUN_DECL
(
Ffunc2str
);
34
DEFUN_DECL
(
Fstr2func
);
35
DEFUN_DECL
(
Fis_function_handle
);
36
DEFUN_DECL
(
Finline
);
37
DEFUN_DECL
(
Fformula
);
38
DEFUN_DECL
(
Fargnames
);
39
DEFUN_DECL
(
Fvectorize
);
40
DEFUN_DECL
(
Fsingle
);
41
DEFUN_DECL
(
F__java_init__
);
42
DEFUN_DECL
(
F__java_exit__
);
43
DEFUN_DECL
(
FjavaObject
);
44
DEFUN_DECL
(
FjavaMethod
);
45
DEFUN_DECL
(
F__java_get__
);
46
DEFUN_DECL
(
F__java_set__
);
47
DEFUN_DECL
(
Fjava2mat
);
48
DEFUN_DECL
(
Fjava_matrix_autoconversion
);
49
DEFUN_DECL
(
Fjava_unsigned_autoconversion
);
50
DEFUN_DECL
(
Fdebug_java
);
51
DEFUN_DECL
(
Fisjava
);
52
DEFUN_DECL
(
Fisnull
);
53
DEFUN_DECL
(
FonCleanup
);
54
DEFUN_DECL
(
Fallow_noninteger_range_as_index
);
55
DEFUN_DECL
(
Fdouble
);
56
DEFUN_DECL
(
Fstruct
);
57
DEFUN_DECL
(
Fisstruct
);
58
DEFUN_DECL
(
F__fieldnames__
);
59
DEFUN_DECL
(
Fisfield
);
60
DEFUN_DECL
(
Fnfields
);
61
DEFUN_DECL
(
Fcell2struct
);
62
DEFUN_DECL
(
Frmfield
);
63
DEFUN_DECL
(
Fstruct_levels_to_print
);
64
DEFUN_DECL
(
Fprint_struct_array_contents
);
65
DEFUN_DECL
(
Ftypeinfo
);
66
DEFUN_DECL
(
Fnargin
);
67
DEFUN_DECL
(
Fnargout
);
68
DEFUN_DECL
(
Foptimize_subsasgn_calls
);
69
DEFUN_DECL
(
Fisargout
);
70
DEFUN_DECL
(
Fsizeof
);
71
DEFUN_DECL
(
Fsubsref
);
72
DEFUN_DECL
(
Fsubsasgn
);
73
DEFUN_DECL
(
Fis_sq_string
);
74
DEFUN_DECL
(
Fis_dq_string
);
75
DEFUN_DECL
(
Fint16
);
76
DEFUN_DECL
(
Fint32
);
77
DEFUN_DECL
(
Fint64
);
78
DEFUN_DECL
(
Fint8
);
79
DEFUN_DECL
(
Fuint16
);
80
DEFUN_DECL
(
Fuint32
);
81
DEFUN_DECL
(
Fuint64
);
82
DEFUN_DECL
(
Fuint8
);
83
DEFUN_DECL
(
Fend
);
84
DEFUN_DECL
(
Fdo_braindead_shortcircuit_evaluation
);
85
DEFUN_DECL
(
Fmax_recursion_depth
);
86
DEFUN_DECL
(
Fsilent_functions
);
87
DEFUN_DECL
(
Fstring_fill_char
);
88
DEFUN_DECL
(
Fiskeyword
);
89
DEFUN_DECL
(
F__display_tokens__
);
90
DEFUN_DECL
(
F__token_count__
);
91
DEFUN_DECL
(
F__lexer_debug_flag__
);
92
DEFUN_DECL
(
F__contourc__
);
93
DEFUN_DECL
(
F__dispatch__
);
94
DEFUN_DECL
(
F__lin_interpn__
);
95
DEFUN_DECL
(
F__pchip_deriv__
);
96
DEFUN_DECL
(
F__qp__
);
97
DEFUN_DECL
(
Fbalance
);
98
DEFUN_DECL
(
Fbesselj
);
99
DEFUN_DECL
(
Fbessely
);
100
DEFUN_DECL
(
Fbesseli
);
101
DEFUN_DECL
(
Fbesselk
);
102
DEFUN_DECL
(
Fbesselh
);
103
DEFUN_DECL
(
Fairy
);
104
DEFUN_DECL
(
Fbetainc
);
105
DEFUN_DECL
(
Fbetaincinv
);
106
DEFUN_DECL
(
Fbitand
);
107
DEFUN_DECL
(
Fbitor
);
108
DEFUN_DECL
(
Fbitxor
);
109
DEFUN_DECL
(
Fbitshift
);
110
DEFUN_DECL
(
Fbitmax
);
111
DEFUN_DECL
(
Fflintmax
);
112
DEFUN_DECL
(
Fintmax
);
113
DEFUN_DECL
(
Fintmin
);
114
DEFUN_DECL
(
Fsizemax
);
115
DEFUN_DECL
(
Fbsxfun
);
116
DEFUN_DECL
(
Fcellfun
);
117
DEFUN_DECL
(
Farrayfun
);
118
DEFUN_DECL
(
Fnum2cell
);
119
DEFUN_DECL
(
Fmat2cell
);
120
DEFUN_DECL
(
Fcellslices
);
121
DEFUN_DECL
(
Fcellindexmat
);
122
DEFUN_DECL
(
Fcolloc
);
123
DEFUN_DECL
(
Fconv2
);
124
DEFUN_DECL
(
Fconvn
);
125
DEFUN_DECL
(
Fdaspk_options
);
126
DEFUN_DECL
(
Fdaspk
);
127
DEFUN_DECL
(
Fdasrt_options
);
128
DEFUN_DECL
(
Fdasrt
);
129
DEFUN_DECL
(
Fdassl_options
);
130
DEFUN_DECL
(
Fdassl
);
131
DEFUN_DECL
(
Fall
);
132
DEFUN_DECL
(
Fany
);
133
DEFUN_DECL
(
Fatan2
);
134
DEFUN_DECL
(
Fhypot
);
135
DEFUN_DECL
(
Flog2
);
136
DEFUN_DECL
(
Frem
);
137
DEFUN_DECL
(
Fmod
);
138
DEFUN_DECL
(
Fcumprod
);
139
DEFUN_DECL
(
Fcumsum
);
140
DEFUN_DECL
(
Fdiag
);
141
DEFUN_DECL
(
Fprod
);
142
DEFUN_DECL
(
Fhorzcat
);
143
DEFUN_DECL
(
Fvertcat
);
144
DEFUN_DECL
(
Fcat
);
145
DEFUN_DECL
(
Fpermute
);
146
DEFUN_DECL
(
Fipermute
);
147
DEFUN_DECL
(
Flength
);
148
DEFUN_DECL
(
Fndims
);
149
DEFUN_DECL
(
Fnumel
);
150
DEFUN_DECL
(
Fsize
);
151
DEFUN_DECL
(
Fsize_equal
);
152
DEFUN_DECL
(
Fnnz
);
153
DEFUN_DECL
(
Fnzmax
);
154
DEFUN_DECL
(
Frows
);
155
DEFUN_DECL
(
Fcolumns
);
156
DEFUN_DECL
(
Fsum
);
157
DEFUN_DECL
(
Fsumsq
);
158
DEFUN_DECL
(
Fislogical
);
159
DEFUN_DECL
(
Fisinteger
);
160
DEFUN_DECL
(
Fiscomplex
);
161
DEFUN_DECL
(
Fisfloat
);
162
DEFUN_DECL
(
Fcomplex
);
163
DEFUN_DECL
(
Fisreal
);
164
DEFUN_DECL
(
Fisempty
);
165
DEFUN_DECL
(
Fisnumeric
);
166
DEFUN_DECL
(
Fismatrix
);
167
DEFUN_DECL
(
Fones
);
168
DEFUN_DECL
(
Fzeros
);
169
DEFUN_DECL
(
FInf
);
170
DEFUN_DECL
(
FNaN
);
171
DEFUN_DECL
(
Fe
);
172
DEFUN_DECL
(
Feps
);
173
DEFUN_DECL
(
Fpi
);
174
DEFUN_DECL
(
Frealmax
);
175
DEFUN_DECL
(
Frealmin
);
176
DEFUN_DECL
(
FI
);
177
DEFUN_DECL
(
FNA
);
178
DEFUN_DECL
(
Ffalse
);
179
DEFUN_DECL
(
Ftrue
);
180
DEFUN_DECL
(
Feye
);
181
DEFUN_DECL
(
Flinspace
);
182
DEFUN_DECL
(
Fresize
);
183
DEFUN_DECL
(
Freshape
);
184
DEFUN_DECL
(
Fvec
);
185
DEFUN_DECL
(
Fsqueeze
);
186
DEFUN_DECL
(
Ffull
);
187
DEFUN_DECL
(
Fnorm
);
188
DEFUN_DECL
(
Fnot
);
189
DEFUN_DECL
(
Fuplus
);
190
DEFUN_DECL
(
Fuminus
);
191
DEFUN_DECL
(
Ftranspose
);
192
DEFUN_DECL
(
Fctranspose
);
193
DEFUN_DECL
(
Fplus
);
194
DEFUN_DECL
(
Fminus
);
195
DEFUN_DECL
(
Fmtimes
);
196
DEFUN_DECL
(
Fmrdivide
);
197
DEFUN_DECL
(
Fmpower
);
198
DEFUN_DECL
(
Fmldivide
);
199
DEFUN_DECL
(
Flt
);
200
DEFUN_DECL
(
Fle
);
201
DEFUN_DECL
(
Feq
);
202
DEFUN_DECL
(
Fge
);
203
DEFUN_DECL
(
Fgt
);
204
DEFUN_DECL
(
Fne
);
205
DEFUN_DECL
(
Ftimes
);
206
DEFUN_DECL
(
Frdivide
);
207
DEFUN_DECL
(
Fpower
);
208
DEFUN_DECL
(
Fldivide
);
209
DEFUN_DECL
(
Fand
);
210
DEFUN_DECL
(
For
);
211
DEFUN_DECL
(
Ftic
);
212
DEFUN_DECL
(
Ftoc
);
213
DEFUN_DECL
(
Fcputime
);
214
DEFUN_DECL
(
Fsort
);
215
DEFUN_DECL
(
F__sort_rows_idx__
);
216
DEFUN_DECL
(
Fissorted
);
217
DEFUN_DECL
(
Fnth_element
);
218
DEFUN_DECL
(
F__accumarray_sum__
);
219
DEFUN_DECL
(
F__accumarray_min__
);
220
DEFUN_DECL
(
F__accumarray_max__
);
221
DEFUN_DECL
(
F__accumdim_sum__
);
222
DEFUN_DECL
(
Fmerge
);
223
DEFUN_DECL
(
Fdiff
);
224
DEFUN_DECL
(
Frepelems
);
225
DEFUN_DECL
(
Fbase64_encode
);
226
DEFUN_DECL
(
Fbase64_decode
);
227
DEFUN_DECL
(
Fdbstop
);
228
DEFUN_DECL
(
Fdbclear
);
229
DEFUN_DECL
(
Fdbstatus
);
230
DEFUN_DECL
(
Fdbwhere
);
231
DEFUN_DECL
(
Fdbtype
);
232
DEFUN_DECL
(
Fdblist
);
233
DEFUN_DECL
(
Fdbstack
);
234
DEFUN_DECL
(
Fdbup
);
235
DEFUN_DECL
(
Fdbdown
);
236
DEFUN_DECL
(
Fdbstep
);
237
DEFUN_DECL
(
Fdbcont
);
238
DEFUN_DECL
(
Fdbquit
);
239
DEFUN_DECL
(
Fisdebugmode
);
240
DEFUN_DECL
(
FEDITOR
);
241
DEFUN_DECL
(
FEXEC_PATH
);
242
DEFUN_DECL
(
FIMAGE_PATH
);
243
DEFUN_DECL
(
FOCTAVE_HOME
);
244
DEFUN_DECL
(
FOCTAVE_VERSION
);
245
DEFUN_DECL
(
Fdet
);
246
DEFUN_DECL
(
Fcd
);
247
DEFUN_DECL
(
Fpwd
);
248
DEFUN_DECL
(
Freaddir
);
249
DEFUN_DECL
(
Fmkdir
);
250
DEFUN_DECL
(
Frmdir
);
251
DEFUN_DECL
(
Flink
);
252
DEFUN_DECL
(
Fsymlink
);
253
DEFUN_DECL
(
Freadlink
);
254
DEFUN_DECL
(
Frename
);
255
DEFUN_DECL
(
Fglob
);
256
DEFUN_DECL
(
Ffnmatch
);
257
DEFUN_DECL
(
Ffilesep
);
258
DEFUN_DECL
(
Fpathsep
);
259
DEFUN_DECL
(
Fconfirm_recursive_rmdir
);
260
DEFUN_DECL
(
Fdlmread
);
261
DEFUN_DECL
(
Fdot
);
262
DEFUN_DECL
(
Fblkmm
);
263
DEFUN_DECL
(
Feig
);
264
DEFUN_DECL
(
Fellipj
);
265
DEFUN_DECL
(
Frethrow
);
266
DEFUN_DECL
(
Ferror
);
267
DEFUN_DECL
(
Fwarning
);
268
DEFUN_DECL
(
Flasterror
);
269
DEFUN_DECL
(
Flasterr
);
270
DEFUN_DECL
(
Flastwarn
);
271
DEFUN_DECL
(
Fusage
);
272
DEFUN_DECL
(
Fbeep_on_error
);
273
DEFUN_DECL
(
Fdebug_on_error
);
274
DEFUN_DECL
(
Fdebug_on_warning
);
275
DEFUN_DECL
(
Ffft
);
276
DEFUN_DECL
(
Fifft
);
277
DEFUN_DECL
(
Ffft2
);
278
DEFUN_DECL
(
Fifft2
);
279
DEFUN_DECL
(
Ffftn
);
280
DEFUN_DECL
(
Fifftn
);
281
DEFUN_DECL
(
Ffclose
);
282
DEFUN_DECL
(
Ffclear
);
283
DEFUN_DECL
(
Ffflush
);
284
DEFUN_DECL
(
Ffgetl
);
285
DEFUN_DECL
(
Ffgets
);
286
DEFUN_DECL
(
Ffskipl
);
287
DEFUN_DECL
(
Ffopen
);
288
DEFUN_DECL
(
Ffreport
);
289
DEFUN_DECL
(
Ffrewind
);
290
DEFUN_DECL
(
Ffseek
);
291
DEFUN_DECL
(
Fftell
);
292
DEFUN_DECL
(
Ffprintf
);
293
DEFUN_DECL
(
Fprintf
);
294
DEFUN_DECL
(
Ffputs
);
295
DEFUN_DECL
(
Fputs
);
296
DEFUN_DECL
(
Fsprintf
);
297
DEFUN_DECL
(
Ffscanf
);
298
DEFUN_DECL
(
Fsscanf
);
299
DEFUN_DECL
(
Fscanf
);
300
DEFUN_DECL
(
Ffread
);
301
DEFUN_DECL
(
Ffwrite
);
302
DEFUN_DECL
(
Ffeof
);
303
DEFUN_DECL
(
Fferror
);
304
DEFUN_DECL
(
Fpopen
);
305
DEFUN_DECL
(
Fpclose
);
306
DEFUN_DECL
(
Ftmpnam
);
307
DEFUN_DECL
(
Ftmpfile
);
308
DEFUN_DECL
(
Fmkstemp
);
309
DEFUN_DECL
(
Fumask
);
310
DEFUN_DECL
(
FP_tmpdir
);
311
DEFUN_DECL
(
FSEEK_SET
);
312
DEFUN_DECL
(
FSEEK_CUR
);
313
DEFUN_DECL
(
FSEEK_END
);
314
DEFUN_DECL
(
Fstdin
);
315
DEFUN_DECL
(
Fstdout
);
316
DEFUN_DECL
(
Fstderr
);
317
DEFUN_DECL
(
Ffilter
);
318
DEFUN_DECL
(
Ffind
);
319
DEFUN_DECL
(
Fgammainc
);
320
DEFUN_DECL
(
Fgcd
);
321
DEFUN_DECL
(
Fgetgrent
);
322
DEFUN_DECL
(
Fgetgrgid
);
323
DEFUN_DECL
(
Fgetgrnam
);
324
DEFUN_DECL
(
Fsetgrent
);
325
DEFUN_DECL
(
Fendgrent
);
326
DEFUN_DECL
(
Fgetpwent
);
327
DEFUN_DECL
(
Fgetpwuid
);
328
DEFUN_DECL
(
Fgetpwnam
);
329
DEFUN_DECL
(
Fsetpwent
);
330
DEFUN_DECL
(
Fendpwent
);
331
DEFUN_DECL
(
Fgetrusage
);
332
DEFUN_DECL
(
Fgivens
);
333
DEFUN_DECL
(
Fishandle
);
334
DEFUN_DECL
(
F__is_handle_visible__
);
335
DEFUN_DECL
(
Freset
);
336
DEFUN_DECL
(
Fset
);
337
DEFUN_DECL
(
Fget
);
338
DEFUN_DECL
(
F__get__
);
339
DEFUN_DECL
(
F__go_figure__
);
340
DEFUN_DECL
(
F__calc_dimensions__
);
341
DEFUN_DECL
(
F__go_axes__
);
342
DEFUN_DECL
(
F__go_line__
);
343
DEFUN_DECL
(
F__go_text__
);
344
DEFUN_DECL
(
F__go_image__
);
345
DEFUN_DECL
(
F__go_surface__
);
346
DEFUN_DECL
(
F__go_patch__
);
347
DEFUN_DECL
(
F__go_hggroup__
);
348
DEFUN_DECL
(
F__go_uimenu__
);
349
DEFUN_DECL
(
F__go_uicontrol__
);
350
DEFUN_DECL
(
F__go_uipanel__
);
351
DEFUN_DECL
(
F__go_uicontextmenu__
);
352
DEFUN_DECL
(
F__go_uitoolbar__
);
353
DEFUN_DECL
(
F__go_uipushtool__
);
354
DEFUN_DECL
(
F__go_uitoggletool__
);
355
DEFUN_DECL
(
F__go_delete__
);
356
DEFUN_DECL
(
F__go_axes_init__
);
357
DEFUN_DECL
(
F__go_handles__
);
358
DEFUN_DECL
(
F__go_figure_handles__
);
359
DEFUN_DECL
(
F__go_execute_callback__
);
360
DEFUN_DECL
(
F__image_pixel_size__
);
361
DEFUN_DECL
(
Favailable_graphics_toolkits
);
362
DEFUN_DECL
(
Fregister_graphics_toolkit
);
363
DEFUN_DECL
(
Floaded_graphics_toolkits
);
364
DEFUN_DECL
(
Fdrawnow
);
365
DEFUN_DECL
(
Faddlistener
);
366
DEFUN_DECL
(
Fdellistener
);
367
DEFUN_DECL
(
Faddproperty
);
368
DEFUN_DECL
(
Fwaitfor
);
369
DEFUN_DECL
(
Fbuilt_in_docstrings_file
);
370
DEFUN_DECL
(
Fget_help_text
);
371
DEFUN_DECL
(
Fget_help_text_from_file
);
372
DEFUN_DECL
(
F__operators__
);
373
DEFUN_DECL
(
F__keywords__
);
374
DEFUN_DECL
(
F__builtins__
);
375
DEFUN_DECL
(
F__which__
);
376
DEFUN_DECL
(
F__list_functions__
);
377
DEFUN_DECL
(
Fdoc_cache_file
);
378
DEFUN_DECL
(
Ftexi_macros_file
);
379
DEFUN_DECL
(
Finfo_file
);
380
DEFUN_DECL
(
Finfo_program
);
381
DEFUN_DECL
(
Fmakeinfo_program
);
382
DEFUN_DECL
(
Fsuppress_verbose_help_message
);
383
DEFUN_DECL
(
Fhess
);
384
DEFUN_DECL
(
Fhex2num
);
385
DEFUN_DECL
(
Fnum2hex
);
386
DEFUN_DECL
(
Finput
);
387
DEFUN_DECL
(
Fyes_or_no
);
388
DEFUN_DECL
(
Fkeyboard
);
389
DEFUN_DECL
(
Fecho
);
390
DEFUN_DECL
(
Fcompletion_matches
);
391
DEFUN_DECL
(
Freadline_read_init_file
);
392
DEFUN_DECL
(
Freadline_re_read_init_file
);
393
DEFUN_DECL
(
Fadd_input_event_hook
);
394
DEFUN_DECL
(
Fremove_input_event_hook
);
395
DEFUN_DECL
(
FPS1
);
396
DEFUN_DECL
(
FPS2
);
397
DEFUN_DECL
(
FPS4
);
398
DEFUN_DECL
(
Fcompletion_append_char
);
399
DEFUN_DECL
(
Fecho_executing_commands
);
400
DEFUN_DECL
(
F__request_drawnow__
);
401
DEFUN_DECL
(
F__gud_mode__
);
402
DEFUN_DECL
(
Ffilemarker
);
403
DEFUN_DECL
(
Finv
);
404
DEFUN_DECL
(
Finverse
);
405
DEFUN_DECL
(
Fkron
);
406
DEFUN_DECL
(
Fgenpath
);
407
DEFUN_DECL
(
Frehash
);
408
DEFUN_DECL
(
Fcommand_line_path
);
409
DEFUN_DECL
(
Frestoredefaultpath
);
410
DEFUN_DECL
(
F__pathorig__
);
411
DEFUN_DECL
(
Fpath
);
412
DEFUN_DECL
(
Faddpath
);
413
DEFUN_DECL
(
Frmpath
);
414
DEFUN_DECL
(
Fload
);
415
DEFUN_DECL
(
Fsave
);
416
DEFUN_DECL
(
Fcrash_dumps_octave_core
);
417
DEFUN_DECL
(
Fsave_default_options
);
418
DEFUN_DECL
(
Foctave_core_file_limit
);
419
DEFUN_DECL
(
Foctave_core_file_name
);
420
DEFUN_DECL
(
Foctave_core_file_options
);
421
DEFUN_DECL
(
Fsave_header_format_string
);
422
DEFUN_DECL
(
Flookup
);
423
DEFUN_DECL
(
Fsave_precision
);
424
DEFUN_DECL
(
Flsode_options
);
425
DEFUN_DECL
(
Flsode
);
426
DEFUN_DECL
(
Flu
);
427
DEFUN_DECL
(
Fluupdate
);
428
DEFUN_DECL
(
Fluinc
);
429
DEFUN_DECL
(
Fabs
);
430
DEFUN_DECL
(
Facos
);
431
DEFUN_DECL
(
Facosh
);
432
DEFUN_DECL
(
Fangle
);
433
DEFUN_DECL
(
Farg
);
434
DEFUN_DECL
(
Fasin
);
435
DEFUN_DECL
(
Fasinh
);
436
DEFUN_DECL
(
Fatan
);
437
DEFUN_DECL
(
Fatanh
);
438
DEFUN_DECL
(
Fcbrt
);
439
DEFUN_DECL
(
Fceil
);
440
DEFUN_DECL
(
Fconj
);
441
DEFUN_DECL
(
Fcos
);
442
DEFUN_DECL
(
Fcosh
);
443
DEFUN_DECL
(
Ferf
);
444
DEFUN_DECL
(
Ferfinv
);
445
DEFUN_DECL
(
Ferfcinv
);
446
DEFUN_DECL
(
Ferfc
);
447
DEFUN_DECL
(
Ferfcx
);
448
DEFUN_DECL
(
Ferfi
);
449
DEFUN_DECL
(
Fdawson
);
450
DEFUN_DECL
(
Fexp
);
451
DEFUN_DECL
(
Fexpm1
);
452
DEFUN_DECL
(
Fisfinite
);
453
DEFUN_DECL
(
Ffix
);
454
DEFUN_DECL
(
Ffloor
);
455
DEFUN_DECL
(
Fgamma
);
456
DEFUN_DECL
(
Fimag
);
457
DEFUN_DECL
(
Fisalnum
);
458
DEFUN_DECL
(
Fisalpha
);
459
DEFUN_DECL
(
Fisascii
);
460
DEFUN_DECL
(
Fiscntrl
);
461
DEFUN_DECL
(
Fisdigit
);
462
DEFUN_DECL
(
Fisinf
);
463
DEFUN_DECL
(
Fisgraph
);
464
DEFUN_DECL
(
Fislower
);
465
DEFUN_DECL
(
Fisna
);
466
DEFUN_DECL
(
Fisnan
);
467
DEFUN_DECL
(
Fisprint
);
468
DEFUN_DECL
(
Fispunct
);
469
DEFUN_DECL
(
Fisspace
);
470
DEFUN_DECL
(
Fisupper
);
471
DEFUN_DECL
(
Fisxdigit
);
472
DEFUN_DECL
(
Flgamma
);
473
DEFUN_DECL
(
Flog
);
474
DEFUN_DECL
(
Flog10
);
475
DEFUN_DECL
(
Flog1p
);
476
DEFUN_DECL
(
Freal
);
477
DEFUN_DECL
(
Fround
);
478
DEFUN_DECL
(
Froundb
);
479
DEFUN_DECL
(
Fsign
);
480
DEFUN_DECL
(
Fsignbit
);
481
DEFUN_DECL
(
Fsin
);
482
DEFUN_DECL
(
Fsinh
);
483
DEFUN_DECL
(
Fsqrt
);
484
DEFUN_DECL
(
Ftan
);
485
DEFUN_DECL
(
Ftanh
);
486
DEFUN_DECL
(
Ftoascii
);
487
DEFUN_DECL
(
Ftolower
);
488
DEFUN_DECL
(
Ftoupper
);
489
DEFUN_DECL
(
Fmatrix_type
);
490
DEFUN_DECL
(
Fmin
);
491
DEFUN_DECL
(
Fmax
);
492
DEFUN_DECL
(
Fcummin
);
493
DEFUN_DECL
(
Fcummax
);
494
DEFUN_DECL
(
Fmd5sum
);
495
DEFUN_DECL
(
Fmgorth
);
496
DEFUN_DECL
(
Fnproc
);
497
DEFUN_DECL
(
Fedit_history
);
498
DEFUN_DECL
(
Fhistory
);
499
DEFUN_DECL
(
Frun_history
);
500
DEFUN_DECL
(
Fhistory_control
);
501
DEFUN_DECL
(
Fhistory_size
);
502
DEFUN_DECL
(
Fhistory_file
);
503
DEFUN_DECL
(
Fhistory_timestamp_format_string
);
504
DEFUN_DECL
(
Fhistory_save
);
505
DEFUN_DECL
(
F__octave_link_enabled__
);
506
DEFUN_DECL
(
F__octave_link_edit_file__
);
507
DEFUN_DECL
(
F__octave_link_message_dialog__
);
508
DEFUN_DECL
(
F__octave_link_question_dialog__
);
509
DEFUN_DECL
(
F__octave_link_file_dialog__
);
510
DEFUN_DECL
(
F__octave_link_list_dialog__
);
511
DEFUN_DECL
(
F__octave_link_input_dialog__
);
512
DEFUN_DECL
(
F__octave_link_show_preferences__
);
513
DEFUN_DECL
(
F__octave_link_show_doc__
);
514
DEFUN_DECL
(
Fdiary
);
515
DEFUN_DECL
(
Fmore
);
516
DEFUN_DECL
(
Fterminal_size
);
517
DEFUN_DECL
(
Fpage_output_immediately
);
518
DEFUN_DECL
(
Fpage_screen_output
);
519
DEFUN_DECL
(
FPAGER
);
520
DEFUN_DECL
(
FPAGER_FLAGS
);
521
DEFUN_DECL
(
Fpinv
);
522
DEFUN_DECL
(
Frats
);
523
DEFUN_DECL
(
Fdisp
);
524
DEFUN_DECL
(
Ffdisp
);
525
DEFUN_DECL
(
Fformat
);
526
DEFUN_DECL
(
Ffixed_point_format
);
527
DEFUN_DECL
(
Fprint_empty_dimensions
);
528
DEFUN_DECL
(
Fsplit_long_rows
);
529
DEFUN_DECL
(
Foutput_max_field_width
);
530
DEFUN_DECL
(
Foutput_precision
);
531
DEFUN_DECL
(
F__profiler_enable__
);
532
DEFUN_DECL
(
F__profiler_reset__
);
533
DEFUN_DECL
(
F__profiler_data__
);
534
DEFUN_DECL
(
Fquad_options
);
535
DEFUN_DECL
(
Fquad
);
536
DEFUN_DECL
(
Fquadcc
);
537
DEFUN_DECL
(
Fqz
);
538
DEFUN_DECL
(
Frand
);
539
DEFUN_DECL
(
Frandn
);
540
DEFUN_DECL
(
Frande
);
541
DEFUN_DECL
(
Frandg
);
542
DEFUN_DECL
(
Frandp
);
543
DEFUN_DECL
(
Frandperm
);
544
DEFUN_DECL
(
Frcond
);
545
DEFUN_DECL
(
Fregexp
);
546
DEFUN_DECL
(
Fregexpi
);
547
DEFUN_DECL
(
Fregexprep
);
548
DEFUN_DECL
(
Fschur
);
549
DEFUN_DECL
(
Frsf2csf
);
550
DEFUN_DECL
(
FSIG
);
551
DEFUN_DECL
(
Fdebug_on_interrupt
);
552
DEFUN_DECL
(
Fsighup_dumps_octave_core
);
553
DEFUN_DECL
(
Fsigterm_dumps_octave_core
);
554
DEFUN_DECL
(
Fissparse
);
555
DEFUN_DECL
(
Fsparse
);
556
DEFUN_DECL
(
Fspalloc
);
557
DEFUN_DECL
(
Fspparms
);
558
DEFUN_DECL
(
Fsqrtm
);
559
DEFUN_DECL
(
Fstr2double
);
560
DEFUN_DECL
(
Fstrfind
);
561
DEFUN_DECL
(
Fstrrep
);
562
DEFUN_DECL
(
Fchar
);
563
DEFUN_DECL
(
Fstrvcat
);
564
DEFUN_DECL
(
Fischar
);
565
DEFUN_DECL
(
Fstrcmp
);
566
DEFUN_DECL
(
Fstrncmp
);
567
DEFUN_DECL
(
Fstrcmpi
);
568
DEFUN_DECL
(
Fstrncmpi
);
569
DEFUN_DECL
(
Flist_in_columns
);
570
DEFUN_DECL
(
Fsub2ind
);
571
DEFUN_DECL
(
Find2sub
);
572
DEFUN_DECL
(
Fsvd
);
573
DEFUN_DECL
(
Fsvd_driver
);
574
DEFUN_DECL
(
Fsyl
);
575
DEFUN_DECL
(
Fignore_function_time_stamp
);
576
DEFUN_DECL
(
F__current_scope__
);
577
DEFUN_DECL
(
F__dump_symtab_info__
);
578
DEFUN_DECL
(
Fdup2
);
579
DEFUN_DECL
(
Fexec
);
580
DEFUN_DECL
(
Fpopen2
);
581
DEFUN_DECL
(
Ffcntl
);
582
DEFUN_DECL
(
Ffork
);
583
DEFUN_DECL
(
Fgetpgrp
);
584
DEFUN_DECL
(
Fgetpid
);
585
DEFUN_DECL
(
Fgetppid
);
586
DEFUN_DECL
(
Fgetegid
);
587
DEFUN_DECL
(
Fgetgid
);
588
DEFUN_DECL
(
Fgeteuid
);
589
DEFUN_DECL
(
Fgetuid
);
590
DEFUN_DECL
(
Fkill
);
591
DEFUN_DECL
(
Flstat
);
592
DEFUN_DECL
(
Fmkfifo
);
593
DEFUN_DECL
(
Fpipe
);
594
DEFUN_DECL
(
Fstat
);
595
DEFUN_DECL
(
FS_ISREG
);
596
DEFUN_DECL
(
FS_ISDIR
);
597
DEFUN_DECL
(
FS_ISCHR
);
598
DEFUN_DECL
(
FS_ISBLK
);
599
DEFUN_DECL
(
FS_ISFIFO
);
600
DEFUN_DECL
(
FS_ISLNK
);
601
DEFUN_DECL
(
FS_ISSOCK
);
602
DEFUN_DECL
(
Fgethostname
);
603
DEFUN_DECL
(
Funame
);
604
DEFUN_DECL
(
Funlink
);
605
DEFUN_DECL
(
Fwaitpid
);
606
DEFUN_DECL
(
FWIFEXITED
);
607
DEFUN_DECL
(
FWEXITSTATUS
);
608
DEFUN_DECL
(
FWIFSIGNALED
);
609
DEFUN_DECL
(
FWTERMSIG
);
610
DEFUN_DECL
(
FWCOREDUMP
);
611
DEFUN_DECL
(
FWIFSTOPPED
);
612
DEFUN_DECL
(
FWSTOPSIG
);
613
DEFUN_DECL
(
FWIFCONTINUED
);
614
DEFUN_DECL
(
Fcanonicalize_file_name
);
615
DEFUN_DECL
(
FF_DUPFD
);
616
DEFUN_DECL
(
FF_GETFD
);
617
DEFUN_DECL
(
FF_GETFL
);
618
DEFUN_DECL
(
FF_SETFD
);
619
DEFUN_DECL
(
FF_SETFL
);
620
DEFUN_DECL
(
FO_APPEND
);
621
DEFUN_DECL
(
FO_ASYNC
);
622
DEFUN_DECL
(
FO_CREAT
);
623
DEFUN_DECL
(
FO_EXCL
);
624
DEFUN_DECL
(
FO_NONBLOCK
);
625
DEFUN_DECL
(
FO_RDONLY
);
626
DEFUN_DECL
(
FO_RDWR
);
627
DEFUN_DECL
(
FO_SYNC
);
628
DEFUN_DECL
(
FO_TRUNC
);
629
DEFUN_DECL
(
FO_WRONLY
);
630
DEFUN_DECL
(
FWNOHANG
);
631
DEFUN_DECL
(
FWUNTRACED
);
632
DEFUN_DECL
(
FWCONTINUE
);
633
DEFUN_DECL
(
Fclc
);
634
DEFUN_DECL
(
Fgetenv
);
635
DEFUN_DECL
(
Fputenv
);
636
DEFUN_DECL
(
Fkbhit
);
637
DEFUN_DECL
(
Fpause
);
638
DEFUN_DECL
(
Fsleep
);
639
DEFUN_DECL
(
Fusleep
);
640
DEFUN_DECL
(
Fisieee
);
641
DEFUN_DECL
(
Fnative_float_format
);
642
DEFUN_DECL
(
Ftilde_expand
);
643
DEFUN_DECL
(
Fhave_window_system
);
644
DEFUN_DECL
(
Ftime
);
645
DEFUN_DECL
(
Fgmtime
);
646
DEFUN_DECL
(
Flocaltime
);
647
DEFUN_DECL
(
Fmktime
);
648
DEFUN_DECL
(
Fstrftime
);
649
DEFUN_DECL
(
Fstrptime
);
650
DEFUN_DECL
(
Fquit
);
651
DEFUN_DECL
(
Fwarranty
);
652
DEFUN_DECL
(
Fsystem
);
653
DEFUN_DECL
(
Fatexit
);
654
DEFUN_DECL
(
Foctave_config_info
);
655
DEFUN_DECL
(
Ftril
);
656
DEFUN_DECL
(
Ftriu
);
657
DEFUN_DECL
(
Ftypecast
);
658
DEFUN_DECL
(
Fbitpack
);
659
DEFUN_DECL
(
Fbitunpack
);
660
DEFUN_DECL
(
Furlwrite
);
661
DEFUN_DECL
(
Furlread
);
662
DEFUN_DECL
(
F__ftp__
);
663
DEFUN_DECL
(
F__ftp_pwd__
);
664
DEFUN_DECL
(
F__ftp_cwd__
);
665
DEFUN_DECL
(
F__ftp_dir__
);
666
DEFUN_DECL
(
F__ftp_ascii__
);
667
DEFUN_DECL
(
F__ftp_binary__
);
668
DEFUN_DECL
(
F__ftp_close__
);
669
DEFUN_DECL
(
F__ftp_mode__
);
670
DEFUN_DECL
(
F__ftp_delete__
);
671
DEFUN_DECL
(
F__ftp_rmdir__
);
672
DEFUN_DECL
(
F__ftp_mkdir__
);
673
DEFUN_DECL
(
F__ftp_rename__
);
674
DEFUN_DECL
(
F__ftp_mput__
);
675
DEFUN_DECL
(
F__ftp_mget__
);
676
DEFUN_DECL
(
Fisvarname
);
677
DEFUN_DECL
(
Ffile_in_loadpath
);
678
DEFUN_DECL
(
Ffile_in_path
);
679
DEFUN_DECL
(
Fdo_string_escapes
);
680
DEFUN_DECL
(
Fundo_string_escapes
);
681
DEFUN_DECL
(
Fis_absolute_filename
);
682
DEFUN_DECL
(
Fis_rooted_relative_filename
);
683
DEFUN_DECL
(
Fmake_absolute_filename
);
684
DEFUN_DECL
(
Ffind_dir_in_path
);
685
DEFUN_DECL
(
Ferrno
);
686
DEFUN_DECL
(
Ferrno_list
);
687
DEFUN_DECL
(
Fisindex
);
688
DEFUN_DECL
(
Fisglobal
);
689
DEFUN_DECL
(
Fexist
);
690
DEFUN_DECL
(
Fwho
);
691
DEFUN_DECL
(
Fwhos
);
692
DEFUN_DECL
(
Fmlock
);
693
DEFUN_DECL
(
Fmunlock
);
694
DEFUN_DECL
(
Fmislocked
);
695
DEFUN_DECL
(
Fclear
);
696
DEFUN_DECL
(
Fwhos_line_format
);
697
DEFUN_DECL
(
Fmissing_function_hook
);
698
DEFUN_DECL
(
F__varval__
);
699
DEFUN_DECL
(
Fmissing_component_hook
);
700
DEFUN_DECL
(
Fdebug_jit
);
701
DEFUN_DECL
(
Fjit_enable
);
702
DEFUN_DECL
(
Fjit_startcnt
);
703
DEFUN_DECL
(
Fautoload
);
704
DEFUN_DECL
(
Fmfilename
);
705
DEFUN_DECL
(
Fsource
);
706
DEFUN_DECL
(
Ffeval
);
707
DEFUN_DECL
(
Fbuiltin
);
708
DEFUN_DECL
(
Feval
);
709
DEFUN_DECL
(
Fassignin
);
710
DEFUN_DECL
(
Fevalin
);
711
DEFUN_DECL
(
F__parser_debug_flag__
);
712
DEFUN_DECL
(
F__parse_file__
);
713
714
#undef DEFUN_DECL
715
716
#endif
717
Generated on Mon Dec 30 2013 03:04:21 for GNU Octave by
1.8.1.2