| 3578 | |
| 3579 | template<typename ftyp> |
| 3580 | static inline int |
| 3581 | init_gqr_complete(GQR_PARAMS_t<ftyp> *params, |
| 3582 | fortran_int m, |
| 3583 | fortran_int n) |
| 3584 | { |
| 3585 | return init_gqr_common(params, m, n, m); |
| 3586 | } |
| 3587 | |
| 3588 | |
| 3589 | template<typename typ> |
no test coverage detected