comparison src/qzval.cc @ 99:7162908b2684

[project @ 1993-09-13 03:05:35 by jwe]
author jwe
date Mon, 13 Sep 1993 03:05:35 +0000
parents 17b6de3206b6
children 3438ee77fea2
comparison
equal deleted inserted replaced
98:17b6de3206b6 99:7162908b2684
44 double*, const long*, double*, int*); 44 double*, const long*, double*, int*);
45 45
46 int F77_FCN (qzval) (const int*, const int*, double*, double*, 46 int F77_FCN (qzval) (const int*, const int*, double*, double*,
47 double*, double*, double*, const long*, double*); 47 double*, double*, double*, const long*, double*);
48 } 48 }
49
50 // XXX FIXME XXX
51 extern ComplexMatrix ComplexMatrixLoad (tree_constant&);
52 49
53 #ifdef WITH_DLD 50 #ifdef WITH_DLD
54 tree_constant * 51 tree_constant *
55 builtin_qzvalue_2 (tree_constant *args, int nargin, int nargout) 52 builtin_qzvalue_2 (tree_constant *args, int nargin, int nargout)
56 { 53 {