SciPy 0.6.0 API Documentation Generated by Endo, 2007-10-17
test = NumpyTest().test
Return available LAPACK function objects with names. arrays are used to determine the optimal prefix of LAPACK routines. If force_clapack is True then available Atlas routine is returned for column major storaged arrays with rowmajor argument set to False.
| Local name | Refers to |
|---|---|
| calc_lwork | SciPy.lib.lapack.calc_lwork |
| clapack | SciPy.lib.lapack.clapack |
| flapack | SciPy.lib.lapack.flapack |
| NumpyTest | numpy.testing.NumpyTest |