dart_lapack 0.1.0 copy "dart_lapack: ^0.1.0" to clipboard
dart_lapack: ^0.1.0 copied to clipboard

Pure Dart implementation of LAPACK Linear Algebra PACKage

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_lapack

With Flutter:

 $ flutter pub add dart_lapack

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

dependencies:
  dart_lapack: ^0.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:dart_lapack/base.dart';
import 'package:dart_lapack/blas.dart';
import 'package:dart_lapack/intrinsics.dart';
import 'package:dart_lapack/lapack.dart';
0
likes
125
points
170
downloads

Publisher

verified publisherlepsch.com

Weekly Downloads

Pure Dart implementation of LAPACK Linear Algebra PACKage

Homepage
Repository (GitHub)
View/report issues

Topics

#blas #eigenvalues #eigenvectors #lapack #linear-algebra

Documentation

API reference

License

BSD-3-Clause-Open-MPI (license)

Dependencies

async, collection, complex

More

Packages that depend on dart_lapack