Declare in a central place the list of symbols from netlib. More...
#include <v3p_netlib.h>Go to the source code of this file.
Macros | |
| #define | vnl_netlib_svd_proto(T) |
| #define | vnl_netlib_svd_params x, ldx, m, n, sv, errors, u, ldu, v, ldv, work, job, info |
| #define | vnl_netlib_qrdc_proto(T) |
| #define | vnl_netlib_qrdc_params x, ldx, n, p, qraux, jpvt, work, job |
| #define | vnl_netlib_qrsl_proto(T) |
| #define | vnl_netlib_qrsl_params x, ldx, n, k, qraux, y, qy, qty, b, rsd, xb, job, info |
Declare in a central place the list of symbols from netlib.
Declare in a central place the list of symbols from netlib referenced from vnl-algo. This list was auto-generated, so it is exhaustive as of 16 March 2000 (10pm).
Note: the declarations are initially entered as "int f()", which will conflict with the actual prototype. If you get a conflict, enter the correct prototype in here.
Modifications dac (Manchester) 28/03/2001: tidied up documentation Feb.2002 - Peter Vanroose - brief doxygen comment placed on single line
Definition in file vnl_netlib.h.
| #define vnl_netlib_qrdc_params x, ldx, n, p, qraux, jpvt, work, job |
Definition at line 46 of file vnl_netlib.h.
| #define vnl_netlib_qrdc_proto | ( | T | ) |
Definition at line 37 of file vnl_netlib.h.
| #define vnl_netlib_qrsl_params x, ldx, n, k, qraux, y, qy, qty, b, rsd, xb, job, info |
Definition at line 64 of file vnl_netlib.h.
| #define vnl_netlib_qrsl_proto | ( | T | ) |
Definition at line 50 of file vnl_netlib.h.
Definition at line 33 of file vnl_netlib.h.
| #define vnl_netlib_svd_proto | ( | T | ) |
Definition at line 25 of file vnl_netlib.h.
1.8.15