matply 1.1.0 copy "matply: ^1.1.0" to clipboard
matply: ^1.1.0 copied to clipboard

Dart Matrix realized by C Dll.Supports mathematical operations, linear algebra, probability theory and mathematical statistics, central difference, geometric simulation, etc.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add matply

With Flutter:

 $ flutter pub add matply

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

dependencies:
  matply: ^1.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:matply/matply.dart';
1
likes
130
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

Dart Matrix realized by C Dll.Supports mathematical operations, linear algebra, probability theory and mathematical statistics, central difference, geometric simulation, etc.

Homepage
Repository (GitHub)

Topics

#ffi #matrix

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

ffi, path

More

Packages that depend on matply