numidr/docs/Main.md

17 lines
476 B
Markdown
Raw Normal View History

# NumIdr Guide
2024-04-24 18:59:47 -04:00
Welcome to NumIdr's guide!
2024-04-24 18:59:47 -04:00
If you're familiar with the Python library [NumPy](https://numpy.org/) or anything based on it, then a lot of the early content will be familiar, as NumIdr is based on the same array type.
2024-05-06 02:34:41 -04:00
### Tutorial
2024-04-24 18:59:47 -04:00
1. [Fundamental Data Types](DataTypes.md)
2024-04-25 13:37:59 -04:00
2. [Basic Operations on Arrays](Operations.md)
2024-05-06 02:34:41 -04:00
3. [Working with Vectors and Matrices](VectorsMatrices.md)
2024-05-06 04:10:29 -04:00
4. [Transforms](Transforms.md)
2024-04-24 18:59:47 -04:00
2024-05-06 02:34:41 -04:00
### Advanced Concepts
2024-04-24 18:59:47 -04:00
5. Array Representations