data 0.2.0 data: ^0.2.0 copied to clipboard
A time and space efficient collection of data structures and algorithms to deal with data in Dart.
Dart Data #
Dart Data is a fast and space efficient library to deal with data in Dart, Flutter and the web. As of today this mostly includes data structures and algorithms for vectors and matrices, but at some point might also include graphs and other mathematical structures.
This library is open source, stable and well tested. Development happens on GitHub. Feel free to report issues or create a pull-request there. General questions are best asked on StackOverflow.
The package is hosted on dart packages. Up-to-date class documentation is created with every release.
Tutorial #
TODO
License #
The MIT License, see LICENSE.
The matrix decomposition algorithms are a direct port of the JAMA: A Java Matrix Package, that is released under public domain.