Go to the documentation of this file. 22 #include <v3p_netlib.h> 25 #define vnl_netlib_svd_proto(T) \ 26 T *x, long int const *ldx, long int const *m, long int const *n, \ 29 T *u, long int const *ldu, \ 30 T *v, long int const *ldv, \ 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 37 #define vnl_netlib_qrdc_proto(T) \ 39 long int const* ldx, \ 46 #define vnl_netlib_qrdc_params \ 47 x, ldx, n, p, qraux, jpvt, work, job 50 #define vnl_netlib_qrsl_proto(T) \ 64 #define vnl_netlib_qrsl_params \ 65 x, ldx, n, k, qraux, y, qy, qty, b, rsd, xb, job, info 67 #endif // vnl_netlib_h_