Lines Matching full:octave
4 #include <octave/oct.h>
5 #include <octave/Cell.h>
6 #include <octave/dynamic-ld.h>
7 #include <octave/oct-env.h>
8 #include <octave/oct-map.h>
9 #include <octave/ov-fcn-handle.h>
10 #include <octave/parse.h>
11 #include <octave/toplev.h>
12 #include <octave/unwind-prot.h>
96 Subclass a C++ class from within Octave, and provide implementations of its virtual methods.\n\
108 error("subclass: cannot subclass object not constructed on octave side");
194 // workaround to prevent octave seg-faulting on exit: set Octave exit function
213 // workaround bug in octave where installing global variable of custom type and then
214 // exiting without explicitly clearing the variable causes octave to segfault.