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

Function init_gqr_complete

numpy/linalg/umath_linalg.cpp:3580–3586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3578
3579template<typename ftyp>
3580static inline int
3581init_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
3589template<typename typ>

Callers 1

qr_completeFunction · 0.85

Calls 1

init_gqr_commonFunction · 0.85

Tested by

no test coverage detected