Mojo-Numerics-and-Algorithms-group / NuMojo

NuMojo is a library for numerical computing in Mojo 🔥 similar to numpy in Python.
Apache License 2.0
86 stars 15 forks source link

[lib+doc+test] Implement NDArray, basic functions and routines #45

Closed forFudan closed 2 months ago

forFudan commented 2 months ago

Changes

library

Implement N-dimensional array type.

Implement basic functions and routines in linear algebra, statistics, calculus, sorting, etc.

Documentation

Update readme, roadmap, contributing ,and features documents.

Tests

Put the test files in the folder tests

Relevant discussion

33

38