autoload ("airy", fullfile (fileparts (mfilename ("fullpath")), "besselj.oct"));
autoload ("besselh", fullfile (fileparts (mfilename ("fullpath")), "besselj.oct"));
autoload ("besseli", fullfile (fileparts (mfilename ("fullpath")), "besselj.oct"));
autoload ("besselk", fullfile (fileparts (mfilename ("fullpath")), "besselj.oct"));
autoload ("bessely", fullfile (fileparts (mfilename ("fullpath")), "besselj.oct"));
autoload ("mat2cell", fullfile (fileparts (mfilename ("fullpath")), "cellfun.oct"));
autoload ("num2cell", fullfile (fileparts (mfilename ("fullpath")), "cellfun.oct"));
autoload ("chol2inv", fullfile (fileparts (mfilename ("fullpath")), "chol.oct"));
autoload ("cholinv", fullfile (fileparts (mfilename ("fullpath")), "chol.oct"));
autoload ("csymamd", fullfile (fileparts (mfilename ("fullpath")), "ccolamd.oct"));
autoload ("etree", fullfile (fileparts (mfilename ("fullpath")), "colamd.oct"));
autoload ("symamd", fullfile (fileparts (mfilename ("fullpath")), "colamd.oct"));
autoload ("daspk_options", fullfile (fileparts (mfilename ("fullpath")), "daspk.oct"));
autoload ("dasrt_options", fullfile (fileparts (mfilename ("fullpath")), "dasrt.oct"));
autoload ("dassl_options", fullfile (fileparts (mfilename ("fullpath")), "dassl.oct"));
autoload ("builtin", fullfile (fileparts (mfilename ("fullpath")), "dispatch.oct"));
autoload ("ifft", fullfile (fileparts (mfilename ("fullpath")), "fft.oct"));
autoload ("ifft2", fullfile (fileparts (mfilename ("fullpath")), "fft2.oct"));
autoload ("ifftn", fullfile (fileparts (mfilename ("fullpath")), "fftn.oct"));
autoload ("fsolve_options", fullfile (fileparts (mfilename ("fullpath")), "fsolve.oct"));
autoload ("endgrent", fullfile (fileparts (mfilename ("fullpath")), "getgrent.oct"));
autoload ("getgrgid", fullfile (fileparts (mfilename ("fullpath")), "getgrent.oct"));
autoload ("getgrnam", fullfile (fileparts (mfilename ("fullpath")), "getgrent.oct"));
autoload ("setgrent", fullfile (fileparts (mfilename ("fullpath")), "getgrent.oct"));
autoload ("endpwent", fullfile (fileparts (mfilename ("fullpath")), "getpwent.oct"));
autoload ("getpwnam", fullfile (fileparts (mfilename ("fullpath")), "getpwent.oct"));
autoload ("getpwuid", fullfile (fileparts (mfilename ("fullpath")), "getpwent.oct"));
autoload ("setpwent", fullfile (fileparts (mfilename ("fullpath")), "getpwent.oct"));
autoload ("inverse", fullfile (fileparts (mfilename ("fullpath")), "inv.oct"));
autoload ("lpsolve_options", fullfile (fileparts (mfilename ("fullpath")), "lpsolve.oct"));
autoload ("lsode_options", fullfile (fileparts (mfilename ("fullpath")), "lsode.oct"));
autoload ("max", fullfile (fileparts (mfilename ("fullpath")), "minmax.oct"));
autoload ("min", fullfile (fileparts (mfilename ("fullpath")), "minmax.oct"));
autoload ("quad_options", fullfile (fileparts (mfilename ("fullpath")), "quad.oct"));
autoload ("rande", fullfile (fileparts (mfilename ("fullpath")), "rand.oct"));
autoload ("randg", fullfile (fileparts (mfilename ("fullpath")), "rand.oct"));
autoload ("randn", fullfile (fileparts (mfilename ("fullpath")), "rand.oct"));
autoload ("randp", fullfile (fileparts (mfilename ("fullpath")), "rand.oct"));
autoload ("regexpi", fullfile (fileparts (mfilename ("fullpath")), "regexp.oct"));
autoload ("regexprep", fullfile (fileparts (mfilename ("fullpath")), "regexp.oct"));
autoload ("full", fullfile (fileparts (mfilename ("fullpath")), "sparse.oct"));
autoload ("issparse", fullfile (fileparts (mfilename ("fullpath")), "sparse.oct"));
autoload ("spatan2", fullfile (fileparts (mfilename ("fullpath")), "sparse.oct"));
autoload ("spcumprod", fullfile (fileparts (mfilename ("fullpath")), "sparse.oct"));
autoload ("spcumsum", fullfile (fileparts (mfilename ("fullpath")), "sparse.oct"));
autoload ("spdiag", fullfile (fileparts (mfilename ("fullpath")), "sparse.oct"));
autoload ("spmax", fullfile (fileparts (mfilename ("fullpath")), "sparse.oct"));
autoload ("spmin", fullfile (fileparts (mfilename ("fullpath")), "sparse.oct"));
autoload ("spprod", fullfile (fileparts (mfilename ("fullpath")), "sparse.oct"));
autoload ("spsum", fullfile (fileparts (mfilename ("fullpath")), "sparse.oct"));
autoload ("spsumsq", fullfile (fileparts (mfilename ("fullpath")), "sparse.oct"));
dispatch ("prod", "spprod", "sparse matrix");
dispatch ("prod", "spprod", "sparse complex matrix");
dispatch ("prod", "spprod", "sparse bool matrix");
dispatch ("cumprod", "spcumprod", "sparse matrix");
dispatch ("cumprod", "spcumprod", "sparse complex matrix");
dispatch ("cumprod", "spcumprod", "sparse bool matrix");
dispatch ("sum", "spsum", "sparse matrix");
dispatch ("sum", "spsum", "sparse complex matrix");
dispatch ("sum", "spsum", "sparse bool matrix");
dispatch ("cumsum", "spcumsum", "sparse matrix");
dispatch ("cumsum", "spcumsum", "sparse complex matrix");
dispatch ("cumsum", "spcumsum", "sparse bool matrix");
dispatch ("sumsq", "spsumsq", "sparse matrix");
dispatch ("sumsq", "spsumsq", "sparse complex matrix");
dispatch ("sumsq", "spsumsq", "sparse bool matrix");
dispatch ("min", "spmin", "sparse matrix");
dispatch ("min", "spmin", "sparse complex matrix");
dispatch ("min", "spmin", "sparse bool matrix");
dispatch ("max", "spmax", "sparse matrix");
dispatch ("max", "spmax", "sparse complex matrix");
dispatch ("max", "spmax", "sparse bool matrix");
dispatch ("atan2", "spatan2", "sparse matrix");
dispatch ("atan2", "spatan2", "sparse complex matrix");
dispatch ("atan2", "spatan2", "sparse bool matrix");
dispatch ("diag", "spdiag", "sparse matrix");
dispatch ("diag", "spdiag", "sparse complex matrix");
dispatch ("diag", "spdiag", "sparse bool matrix");
autoload ("spchol2inv", fullfile (fileparts (mfilename ("fullpath")), "spchol.oct"));
autoload ("spcholinv", fullfile (fileparts (mfilename ("fullpath")), "spchol.oct"));
autoload ("splchol", fullfile (fileparts (mfilename ("fullpath")), "spchol.oct"));
autoload ("symbfact", fullfile (fileparts (mfilename ("fullpath")), "spchol.oct"));
dispatch ("chol", "spchol", "sparse matrix");
dispatch ("chol", "spchol", "sparse complex matrix");
dispatch ("chol", "spchol", "sparse bool matrix");
dispatch ("lchol", "splchol", "sparse matrix");
dispatch ("lchol", "splchol", "sparse complex matrix");
dispatch ("lchol", "splchol", "sparse bool matrix");
dispatch ("cholinv", "spcholinv", "sparse matrix");
dispatch ("cholinv", "spcholinv", "sparse complex matrix");
dispatch ("cholinv", "spcholinv", "sparse bool matrix");
dispatch ("chol2inv", "spchol2inv", "sparse matrix");
dispatch ("chol2inv", "spchol2inv", "sparse complex matrix");
dispatch ("chol2inv", "spchol2inv", "sparse bool matrix");
dispatch ("det", "spdet", "sparse matrix");
dispatch ("det", "spdet", "sparse complex matrix");
dispatch ("det", "spdet", "sparse bool matrix");
dispatch ("find", "spfind", "sparse matrix");
dispatch ("find", "spfind", "sparse complex matrix");
dispatch ("find", "spfind", "sparse bool matrix");
dispatch ("kron", "spkron", "sparse matrix");
dispatch ("kron", "spkron", "sparse complex matrix");
dispatch ("kron", "spkron", "sparse bool matrix");
autoload ("spinv", fullfile (fileparts (mfilename ("fullpath")), "splu.oct"));
dispatch ("lu", "splu", "sparse matrix");
dispatch ("lu", "splu", "sparse complex matrix");
dispatch ("lu", "splu", "sparse bool matrix");
dispatch ("inv", "spinv", "sparse matrix");
dispatch ("inv", "spinv", "sparse complex matrix");
dispatch ("inv", "spinv", "sparse bool matrix");
dispatch ("inverse", "spinv", "sparse matrix");
dispatch ("inverse", "spinv", "sparse complex matrix");
dispatch ("inverse", "spinv", "sparse bool matrix");
autoload ("dmperm", fullfile (fileparts (mfilename ("fullpath")), "spqr.oct"));
dispatch ("qr", "spqr", "sparse matrix");
dispatch ("qr", "spqr", "sparse complex matrix");
dispatch ("qr", "spqr", "sparse bool matrix");
autoload ("gmtime", fullfile (fileparts (mfilename ("fullpath")), "time.oct"));
autoload ("localtime", fullfile (fileparts (mfilename ("fullpath")), "time.oct"));
autoload ("mktime", fullfile (fileparts (mfilename ("fullpath")), "time.oct"));
autoload ("strftime", fullfile (fileparts (mfilename ("fullpath")), "time.oct"));
autoload ("strptime", fullfile (fileparts (mfilename ("fullpath")), "time.oct"));
autoload ("__gnuplot_plot__", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
autoload ("__gnuplot_replot__", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
autoload ("__gnuplot_set__", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
autoload ("__gnuplot_show__", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
autoload ("__gnuplot_splot__", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
autoload ("automatic_replot", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
autoload ("clearplot", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
autoload ("closeplot", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
autoload ("gnuplot_binary", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
autoload ("gnuplot_command_axes", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
autoload ("gnuplot_command_end", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
autoload ("gnuplot_command_plot", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
autoload ("gnuplot_command_replot", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
autoload ("gnuplot_command_splot", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
autoload ("gnuplot_command_title", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
autoload ("gnuplot_command_using", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
autoload ("gnuplot_command_with", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
autoload ("gnuplot_use_title_option", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
autoload ("purge_tmp_files", fullfile (fileparts (mfilename ("fullpath")), "__gnuplot_raw__.oct"));
mark_as_rawcommand ("__gnuplot_plot__");
mark_as_rawcommand ("__gnuplot_splot__");
mark_as_rawcommand ("__gnuplot_replot__");
mark_as_command ("__gnuplot_set__");
mark_as_command ("__gnuplot_show__");
atexit ("closeplot");
