| 3511 | |
| 3512 | template<typename ftyp> |
| 3513 | static inline int |
| 3514 | init_gqr(GQR_PARAMS_t<ftyp> *params, |
| 3515 | fortran_int m, |
| 3516 | fortran_int n) |
| 3517 | { |
| 3518 | return init_gqr_common( |
| 3519 | params, m, n, |
| 3520 | fortran_int_min(m, n)); |
| 3521 | } |
| 3522 | |
| 3523 | |
| 3524 | template<typename typ> |
no test coverage detected