comparison src/hess.cc @ 7:d68036bcad4c

[project @ 1993-08-08 03:53:43 by jwe]
author jwe
date Sun, 08 Aug 1993 03:53:43 +0000
parents 78fd87e624cb
children d1c5e5edbf1e
comparison
equal deleted inserted replaced
6:73cca179ce1f 7:d68036bcad4c
1 // tc-hess.cc -*- C++ -*- 1 // f-hess.cc -*- C++ -*-
2 /* 2 /*
3 3
4 Copyright (C) 1993 John W. Eaton 4 Copyright (C) 1993 John W. Eaton
5 5
6 This file is part of Octave. 6 This file is part of Octave.
29 29
30 #include "tree-const.h" 30 #include "tree-const.h"
31 #include "user-prefs.h" 31 #include "user-prefs.h"
32 #include "error.h" 32 #include "error.h"
33 #include "gripes.h" 33 #include "gripes.h"
34 #include "f-hess.h"
34 35
35 #ifdef WITH_DLD 36 #ifdef WITH_DLD
36 tree_constant * 37 tree_constant *
37 builtin_hess_2 (tree_constant *args, int nargin, int nargout) 38 builtin_hess_2 (tree_constant *args, int nargin, int nargout)
38 { 39 {