numd 1.0.4 copy "numd: ^1.0.4" to clipboard
numd: ^1.0.4 copied to clipboard

A rudimentary numerical computing library for Dart, inspired by NumPy

1.0.4 #

  • Added operator overloading for array access ([] and []=)
  • Added comprehensive documentation for [] and []= operators

1.0.3 #

  • Added NDArray.copy() constructor for deep copying arrays
  • Added comprehensive documentation for copy operations

1.0.2 #

  • Added binary array support with NDArray.binary constructor
  • Added random binary array generation with NDArray.binaryRand
  • Improved example documentation
  • Fixed type casting issues

1.0.1 #

  • Fixed Matrix multiplication bug

1.0.0 #

  • Initial version.
2
likes
150
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

A rudimentary numerical computing library for Dart, inspired by NumPy

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on numd