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

Function call_gqr

numpy/linalg/umath_linalg.cpp:3298–3308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

init_gqr_commonFunction · 0.85
qr_reducedFunction · 0.85
qr_completeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected