This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Find best-matching BLAS/LAPACK type.
Arrays are used to determine the optimal prefix of BLAS routines.
Parameters : | arrays : sequency of ndarrays, optional
dtype : str or dtype, optional
|
---|---|
Returns : | prefix : str
dtype : dtype
prefer_fortran : bool
|