Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
SciPy
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Data structures== The basic data structure used by SciPy is a multidimensional [[Array data structure|array]] provided by the [[NumPy]] module. NumPy provides some functions for linear algebra, [[Fourier transform]]s, and [[random number generation]], but not with the generality of the equivalent functions in SciPy. NumPy can also be used as an efficient multidimensional container of data with arbitrary [[Data type|datatypes]]. This allows NumPy to seamlessly and speedily integrate with a wide variety of [[Database|databases]]. Older versions of SciPy used Numeric as an array type, which is now deprecated in favor of the newer NumPy array code.<ref>{{cite web|url=http://www.numpy.org/|title=NumPy Homepage}}</ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)