/* Last edited on 2011-05-15 01:13:26 by stolfi */ /* qrfac.f -- translated by f2c (version of 17 January 1992 0:17:58). You must link the resulting object file with the libraries: -lf77 -li77 -lm -lc (in that order) */ #ifndef qrfac_H #define qrfac_H #include int qrfac_ ( int *m, int *n, double *a, int *lda, logical *pivot, int *ipvt, int *lipvt, double *rdiag, double *acnorm, double *wa ); #endif