vnl_netlib.h
Go to the documentation of this file.
1 // This is core/vnl/algo/vnl_netlib.h
2 #ifndef vnl_netlib_h_
3 #define vnl_netlib_h_
4 //:
5 // \file
6 // \brief Declare in a central place the list of symbols from netlib
7 // \author fsm
8 //
9 // Declare in a central place the list of symbols from netlib referenced from vnl-algo.
10 // This list was auto-generated, so it is exhaustive as of 16 March 2000 (10pm).
11 //
12 // Note: the declarations are initially entered as "int f()", which
13 // will conflict with the actual prototype. If you get a conflict,
14 // enter the correct prototype in here.
15 //
16 // \verbatim
17 // Modifications
18 // dac (Manchester) 28/03/2001: tidied up documentation
19 // Feb.2002 - Peter Vanroose - brief doxygen comment placed on single line
20 // \endverbatim
21 
22 #include <v3p_netlib.h>
23 
24 // xSVDC
25 #define vnl_netlib_svd_proto(T) \
26 T *x, long int const *ldx, long int const *m, long int const *n, \
27 T *sv, \
28 T *errors, \
29 T *u, long int const *ldu, \
30 T *v, long int const *ldv, \
31 T *work, \
32 long int const *job, long int *info
33 #define vnl_netlib_svd_params \
34 x, ldx, m, n, sv, errors, u, ldu, v, ldv, work, job, info
35 
36 // xQRDC
37 #define vnl_netlib_qrdc_proto(T) \
38 T *x, \
39 long int const* ldx, \
40 long int const* n, \
41 long int const* p, \
42 T* qraux, \
43 long int *jpvt, \
44 T *work, \
45 long int const* job
46 #define vnl_netlib_qrdc_params \
47 x, ldx, n, p, qraux, jpvt, work, job
48 
49 // xQRSL
50 #define vnl_netlib_qrsl_proto(T) \
51 T const *x, \
52 long int *ldx, \
53 long int *n, \
54 long int *k, \
55 T const *qraux, \
56 T const *y, \
57 T *qy, \
58 T *qty, \
59 T *b, \
60 T *rsd, \
61 T *xb, \
62 long int *job, \
63 long int *info
64 #define vnl_netlib_qrsl_params \
65 x, ldx, n, k, qraux, y, qy, qty, b, rsd, xb, job, info
66 
67 #endif // vnl_netlib_h_