octave.h

Go to the documentation of this file.
00001 #include "lib/config.h"
00002 
00003 #ifdef HAVE_OCTAVE
00004 
00005 #ifndef __OCTAVE_H__
00006 #define __OCTAVE_H__
00007 #include <octave/config.h>
00008 
00009 #include <octave/ov.h>
00010 #include <octave/defun-dld.h>
00011 #include <octave/error.h>
00012 #include <octave/oct-obj.h>
00013 #include <octave/pager.h>
00014 #include <octave/symtab.h>
00015 #include <octave/variables.h>
00016 #include <octave/Cell.h>
00017 
00018 #endif //__OCTAVE_H__
00019 #endif //HAVE_OCTAVE

SHOGUN Machine Learning Toolbox - Documentation