Skip to content
Muhammed Nazeem edited this page Jul 26, 2020 · 3 revisions

Matrix2d

Matrix 2D is a lightweight dart library providing a subset of Python's numpy package. This package is written in pure dart 🔥.

Why would this be useful to you?

Well since most of us tend to forgetthe various library functions and end up writing code for pre-existing functions using sheer logic which is a waste of both time and energy, in such times it becomes essential if one understands the nuances of the Library being used efficiently. So Matrix2d being one of the essential libraries for simple ML (atm) in dart.

Dart problems with matrix2d

Clone this wiki locally