Skip to content

Commit 1f462d7

Browse files
committed
added TOC to ch02
1 parent fcab8fd commit 1f462d7

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

ch02-vectors-matrices-ndarrays.ipynb

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,32 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Vectors, matrices and multidimensional arrays"
7+
"# Vectors, matrices and multidimensional arrays\n",
8+
"\n",
9+
"- __NumPy arrays__\n",
10+
"- __Data types__\n",
11+
"- __Real & imaginary data__\n",
12+
"- __Array data order (in memory)__\n",
13+
"- __Creating arrays__\n",
14+
" - From lists & other array-like objects\n",
15+
" - Arrays filled with constants\n",
16+
" - Arrays filled with sequences (incremental, logarithmic)\n",
17+
" - Meshgrids\n",
18+
" - Uninitialized\n",
19+
" - Arrays that look like other Arrays\n",
20+
" - Matrix arrays\n",
21+
"- __Indexing & slicing__\n",
22+
"- __Views__\n",
23+
"- __Advanced indexing__\n",
24+
"- __Reshaping & resizing__\n",
25+
"- __Vectorized expressions__\n",
26+
"- __Math ops__\n",
27+
"- __Element-wise ops__\n",
28+
"- __Aggregate ops__\n",
29+
"- __Boolean arrays & conditional expressions__\n",
30+
"- __Set ops__\n",
31+
"- __Array ops__\n",
32+
"- __Matrix & vector ops__"
833
]
934
},
1035
{

0 commit comments

Comments
 (0)