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

Function release_geev

numpy/linalg/umath_linalg.cpp:2388–2394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2386
2387template<typename typ>
2388static inline void
2389release_geev(GEEV_PARAMS_t<typ> *params)
2390{
2391 free(params->WORK);
2392 free(params->A);
2393 memset(params, 0, sizeof(*params));
2394}
2395
2396template<typename fctype, typename ftype>
2397static inline void

Callers 1

eig_wrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected