| 3296 | } ; |
| 3297 | |
| 3298 | static inline fortran_int |
| 3299 | call_gqr(GQR_PARAMS_t<double> *params) |
| 3300 | { |
| 3301 | fortran_int rv; |
| 3302 | LAPACK(dorgqr)(¶ms->M, ¶ms->MC, ¶ms->MN, |
| 3303 | params->Q, ¶ms->LDA, |
| 3304 | params->TAU, |
| 3305 | params->WORK, ¶ms->LWORK, |
| 3306 | &rv); |
| 3307 | return rv; |
| 3308 | } |
| 3309 | static inline fortran_int |
| 3310 | call_gqr(GQR_PARAMS_t<f2c_doublecomplex> *params) |
| 3311 | { |
no outgoing calls
no test coverage detected