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

outdatedDart 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.0.3

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
0
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

unknown (LICENSE)

Dependencies

collection

More

Packages that depend on rl_matrix