←
インストール
↑
NumPy 利用ノート
Tentative NumPy Tutorial ノート
→
ドキュメントを読む
¶
ここから当分
NumPy
に関するドキュメントの読書ノートとする。
Tentative NumPy Tutorial ノート
Prerequisites
The Basics
An example
Array Creation
Printing Arrays
Basic Operations
Universal Functions
Indexing, Slicing and Iterating
Shape Manipulation
Changing the shape of an array
Stacking together different arrays
Splitting one array into several smaller ones
Copies and Views
No Copy at All
View or Shallow Copy
Deep Copy
Functions and Methods Overview
Less Basic
Broadcasting rules
Fancy indexing and index tricks
Indexing with Arrays of Indices
Indexing with Boolean Arrays
The ix_() function
Indexing with strings
Linear Algebra
Simple Array Operations
The Matrix Class
Indexing: Comparing Matrices and 2D Arrays
Tricks and Tips
“Automatic” Reshaping
Vector Stacking
Histograms
References
doc/
構成
glossary.py
←
インストール
↑
NumPy 利用ノート
Tentative NumPy Tutorial ノート
→