rl_matrix 0.6.5 copy "rl_matrix: ^0.6.5" to clipboard
rl_matrix: ^0.6.5 copied to clipboard

Dart 1 only

Provides an immutable implementation for matrices of real numbers in Dart, based on Java's JAMA package.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rl_matrix

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  rl_matrix: ^0.6.5

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rl_matrix/rl_matrix.dart';
0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

Provides an immutable implementation for matrices of real numbers in Dart, based on Java's JAMA package.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

collection, quiver

More

Packages that depend on rl_matrix