grizzly 1.0.2 copy "grizzly: ^1.0.2" to clipboard
grizzly: ^1.0.2 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));
}
1
likes
0
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

A vector and matrix compute library for Dart.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, grizzly_io, grizzly_range, meta, mt19937, text_table

More

Packages that depend on grizzly