mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-13 21:08:28 +00:00
9 lines
486 B
TeX
9 lines
486 B
TeX
\newpage
|
|
\subsection{Scipy}
|
|
Scipy is a library that, according to its website, provides ``Fundamental algorithms for scientific computing in Python''.
|
|
In this course it is primarily used for cases where Numpy either does not have an implementation or SciPy's implementation is faster.
|
|
|
|
Scipy needs Numpy arrays as inputs in most cases, thus not requiring any additional syntax.
|
|
|
|
You can find the scipy reference docs \hlhref{https://docs.scipy.org/doc/scipy/reference/index.html}{here}
|