SciPy 0.6.0 API Documentation Generated by Endo, 2007-10-17
------------------- To skip wrapping single precision atlas/lapack/blas routines, set the following flag to True:
skip_single_routines = 0
tmpl_empty_cblas_pyf = """
python module cblas
usercode void empty_module(void) {}
interface
subroutine empty_module()
intent(c) empty_module
end subroutine empty_module
end interface
end python module cblas
"""
Some OS distributions (e.g. Redhat, Suse) provide a blas library that is built using incomplete blas sources that come with lapack tar-ball. In order to use such a library in scipy.linalg, the following flag must be set to True:
using_lapack_blas = 0
| Local name | Refers to |
|---|---|
| glob | glob.glob |
| join | os.path.join |
| nested_scopes | __future__.nested_scopes |
| newer | distutils.dep_util.newer |
| newer_group | distutils.dep_util.newer_group |
| os | os |
| re | re |
| sys | sys |