scipy.linalg.interpolative.

seed#

scipy.linalg.interpolative.seed(seed=None)[source]#

This function, historically, used to set the seed of the randomization algorithms used in the scipy.linalg.interpolative functions written in Fortran77.

The library has been ported to Python and now the functions use the native NumPy generators and this function has no content and returns None. Thus this function should not be used and will be removed in SciPy version 1.17.0.