grizzly 1.0.7 copy "grizzly: ^1.0.7" to clipboard
grizzly: ^1.0.7 copied to clipboard

A vector and matrix compute library for Dart.

example/grizzly_example.dart

import 'package:grizzly/grizzly.dart';

void main() {
  print([1, 2, 1, 5, 3, 4, 5, 2, 3, 7, 3, 5, 4, 7, 6, 6, 6].unique()..zort());
  print([1, 2, 3, 4, 5].gt(3));
  print([1, 2, null, 4, 5].gt(3));

  print([1, 2, 3] - [4, 5, 6]);
}
0
likes
100
pub points
40%
popularity

Publisher

unverified uploader

A vector and matrix compute library for Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

collection, grizzly_io, grizzly_range, meta, text_table

More

Packages that depend on grizzly