SciPy Linear Algebra SciPy is built upon the ATLAS LAPACK and BLAS library, and it provides very fast linear algebra capabilities. Linear…
scipy spatial
-
-
SciPy Ndimage The SciPy provides the ndimage (n-dimensional image) package, that contains the number of general image processing and analysis functions. It…
-
SciPy ODR The ODR is an abbreviation form of Orthogonal Distance Regression. It is used in the regression studies. The basic linear…
-
SciPy Optimize The optimize package provides various commonly used optimization algorithms. This module contains the following aspects: Global optimization routines(brute-force, anneal(), basinhopping())…
-
SciPy Sparse Matrix The sparse matrix allows the data structure to store large sparse matrices, and provide the functionality to perform complex…
-
SciPy Spatial The scipy.spatial package can calculate Triangulation, Voronoi Diagram and Convex Hulls of a set of points, by leveraging the Qhull…
-
SciPy Stats The scipy.stats contains a large number of statistics, probability distributions functions. The list of statistics functions can be obtained by…