MCPcopy Create free account
hub / github.com/numpy/numpy / init_gqr

Function init_gqr

numpy/linalg/umath_linalg.cpp:3513–3521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3511
3512template<typename ftyp>
3513static inline int
3514init_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
3524template<typename typ>

Callers 1

qr_reducedFunction · 0.85

Calls 2

init_gqr_commonFunction · 0.85
fortran_int_minFunction · 0.85

Tested by

no test coverage detected