Revision: 6335
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6335&view=rev
Author:   fer_perez
Date:     2008-10-25 07:06:53 +0000 (Sat, 25 Oct 2008)

Log Message:
-----------
Updated numpy intro slides

Modified Paths:
--------------
    trunk/py4science/talks/numpy_intro.lyx

Modified: trunk/py4science/talks/numpy_intro.lyx
===================================================================
--- trunk/py4science/talks/numpy_intro.lyx      2008-10-25 04:49:37 UTC (rev 
6334)
+++ trunk/py4science/talks/numpy_intro.lyx      2008-10-25 07:06:53 UTC (rev 
6335)
@@ -618,7 +618,7 @@
 \end_deeper
 \end_deeper
 \begin_layout BeginPlainFrame
-Numerics
+Is it good enough for scientific computing?
 \end_layout
 
 \begin_layout AlertBlock
@@ -829,6 +829,52 @@
 NumPy: flexible arrays
 \end_layout
 
+\begin_layout Itemize
+Array is a container of objects 
+\begin_inset Quotes eld
+\end_inset
+
+of the same kind
+\begin_inset Quotes erd
+\end_inset
+
+: 
+\series bold
+\color blue
+homogeneous
+\series default
+\color inherit
+.
+\end_layout
+
+\begin_layout Itemize
+Concept of 
+\begin_inset Quotes eld
+\end_inset
+
+kind
+\begin_inset Quotes erd
+\end_inset
+
+ embodied in the data type, or 
+\series bold
+\color blue
+dtype
+\series default
+\color inherit
+.
+\end_layout
+
+\begin_layout Itemize
+Dtypes 
+\series bold
+\color blue
+can be user-defined
+\series default
+\color inherit
+ to be arbitrarily complex.
+\end_layout
+
 \begin_layout Standard
 \align center
 \begin_inset Graphics
@@ -842,7 +888,8 @@
 \end_layout
 
 \begin_layout Standard
-Foo
+Image credit: T.
+ Oliphant, Enthought Inc.
 \end_layout
 
 \begin_layout BeginPlainFrame
@@ -860,59 +907,214 @@
        filename fig/numpy_indexing.pdf
        lyxscale 50
        height 85pheight%
-       BoundingBox 0bp 300bp 900bp 768bp
+       BoundingBox 0bp 300bp 1000bp 768bp
 
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
-Foo
-\end_layout
-
 \begin_layout BeginPlainFrame
 NumPy: fancy indexing
 \end_layout
 
 \begin_layout Standard
+Image credit: E.
+ Jones, Enthought Inc.
+\end_layout
+
+\begin_layout Standard
 \align center
 \begin_inset Graphics
        filename fig/numpy_fancy_indexing.pdf
        lyxscale 50
        height 85pheight%
-       BoundingBox -4bp -4bp 518bp 588bp
+       BoundingBox 0bp 300bp 1024bp 768bp
 
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
-f
-\end_layout
-
 \begin_layout BeginPlainFrame
 NumPy: broadcasting
 \end_layout
 
 \begin_layout Standard
+Image credit: E.
+ Jones, Enthought Inc.
+\end_layout
+
+\begin_layout Standard
 \align center
+\begin_inset ERT
+status open
+
+\begin_layout Standard
+
+
+\backslash
+vspace*{-5mm}
+\end_layout
+
+\end_inset
+
+
 \begin_inset Graphics
        filename fig/numpy_broadcasting.pdf
        lyxscale 50
        height 85pheight%
-       BoundingBox -4bp -4bp 518bp 588bp
+       BoundingBox 0bp 140bp 1024bp 768bp
 
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
-b
+\begin_layout BeginPlainFrame
+SciPy: numerical algorithms galore
 \end_layout
 
+\begin_layout Itemize
+
+\series bold
+\color blue
+linalg
+\series default
+\color inherit
+ : Linear algebra routines (including BLAS/LAPACK)
+\end_layout
+
+\begin_layout Itemize
+
+\series bold
+\color blue
+sparse
+\series default
+\color inherit
+ : Sparse Matrices (including UMFPACK, ARPACK,...)
+\end_layout
+
+\begin_layout Itemize
+
+\series bold
+\color blue
+fftpack
+\series default
+\color inherit
+ : Discrete Fourier Transform algorithms
+\end_layout
+
+\begin_layout Itemize
+
+\series bold
+\color blue
+cluster
+\series default
+\color inherit
+ : Vector Quantization / Kmeans 
+\end_layout
+
+\begin_layout Itemize
+
+\series bold
+\color blue
+odr
+\series default
+\color inherit
+ : Orthogonal Distance Regression 
+\end_layout
+
+\begin_layout Itemize
+
+\series bold
+\color blue
+special
+\series default
+\color inherit
+ : Special Functions (Airy, Bessel, etc).
+\end_layout
+
+\begin_layout Itemize
+
+\series bold
+\color blue
+stats
+\series default
+\color inherit
+ : Statistical Functions 
+\end_layout
+
+\begin_layout Itemize
+
+\series bold
+\color blue
+optimize
+\series default
+\color inherit
+ : Optimization Tools 
+\end_layout
+
+\begin_layout Itemize
+
+\series bold
+\color blue
+maxentropy
+\series default
+\color inherit
+ : Routines for fitting maximum entropy models 
+\end_layout
+
+\begin_layout Itemize
+
+\series bold
+\color blue
+integrate
+\series default
+\color inherit
+ : Numerical Integration routines 
+\end_layout
+
+\begin_layout Itemize
+
+\series bold
+\color blue
+ndimage
+\series default
+\color inherit
+ : n-dimensional image package 
+\end_layout
+
+\begin_layout Itemize
+
+\series bold
+\color blue
+interpolate
+\series default
+\color inherit
+ : Interpolation Tools 
+\end_layout
+
+\begin_layout Itemize
+
+\series bold
+\color blue
+signal
+\series default
+\color inherit
+ : Signal Processing Tools 
+\end_layout
+
+\begin_layout Itemize
+
+\series bold
+\color blue
+io
+\series default
+\color inherit
+ : Data input and output 
+\end_layout
+
 \begin_layout EndFrame
 
 \end_layout


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to