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

Method _calc_info_armpl

numpy/distutils/system_info.py:1859–1864  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1857 order_env_var_name = 'NPY_LAPACK_ORDER'
1858
1859 def _calc_info_armpl(self):
1860 info = get_info('lapack_armpl')
1861 if info:
1862 self.set_info(**info)
1863 return True
1864 return False
1865
1866 def _calc_info_mkl(self):
1867 info = get_info('lapack_mkl')

Callers

nothing calls this directly

Calls 2

set_infoMethod · 0.80
get_infoFunction · 0.70

Tested by

no test coverage detected