module documentation

Undocumented

Constant NPY​_DISABLE​_SVML Undocumented
Constant NPY​_RELAXED​_STRIDES​_CHECKING Undocumented
Constant NPY​_RELAXED​_STRIDES​_DEBUG Undocumented
Class ​Call​Once​Only Undocumented
Function can​_link​_svml SVML library is supported only on x86_64 architecture and currently only on linux
Function check​_complex Undocumented
Function check​_ieee​_macros Undocumented
Function check​_math​_capabilities Undocumented
Function check​_mathlib Undocumented
Function check​_svml​_submodule Undocumented
Function check​_types Undocumented
Function configuration Undocumented
Function is​_npy​_no​_signal Return True if the NPY_NO_SIGNAL symbol must be defined in configuration header.
Function is​_npy​_no​_smp Return True if the NPY_NO_SMP symbol must be defined in public header (when SMP support cannot be reliably enabled).
Function pythonlib​_dir return path where libpython* is.
Function visibility​_define Return the define value to use for NPY_VISIBILITY_HIDDEN (may be empty string).
Function win32​_checks Undocumented
NPY_DISABLE_SVML =

Undocumented

Value
(os.environ.get('NPY_DISABLE_SVML', '0') == '1')
NPY_RELAXED_STRIDES_CHECKING =

Undocumented

Value
(os.environ.get('NPY_RELAXED_STRIDES_CHECKING', '1') != '0')
NPY_RELAXED_STRIDES_DEBUG =
def can_link_svml():
SVML library is supported only on x86_64 architecture and currently only on linux
def check_complex(config, mathlibs):

Undocumented

def check_ieee_macros(config):

Undocumented

def check_math_capabilities(config, ext, moredefs, mathlibs):

Undocumented

def check_mathlib(config_cmd):

Undocumented

def check_svml_submodule(svmlpath):

Undocumented

def check_types(config_cmd, ext, build_dir):

Undocumented

def configuration(parent_package='', top_path=None):

Undocumented

def is_npy_no_signal():
Return True if the NPY_NO_SIGNAL symbol must be defined in configuration header.
def is_npy_no_smp():
Return True if the NPY_NO_SMP symbol must be defined in public header (when SMP support cannot be reliably enabled).
def pythonlib_dir():
return path where libpython* is.
def visibility_define(config):
Return the define value to use for NPY_VISIBILITY_HIDDEN (may be empty string).
def win32_checks(deflist):

Undocumented