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

Class cblas_info

numpy/distutils/system_info.py:2192–2197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2190
2191
2192class cblas_info(system_info):
2193 section = 'cblas'
2194 dir_env_var = 'CBLAS'
2195 # No default as it's used only in blas_info
2196 _lib_names = []
2197 notfounderror = BlasNotFoundError
2198
2199
2200class blas_info(system_info):

Callers 1

calc_infoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected