flutter_matrix 0.1.2 copy "flutter_matrix: ^0.1.2" to clipboard
flutter_matrix: ^0.1.2 copied to clipboard

The matrix class designed for Flutter can also be used in pure Dart, and is also a full-platform alternative to the Matply library. It supports basic matrix operations, linear algebra, probability the [...]

example/main.dart

import 'package:flutter_matrix/matrix_type.dart';

main() {
  data_format = "%2.1f";
  var mt = Matrix.linspace(start: 0, end: 10, row: 10, column: 10, keep: true);
  mt.visible();
}
0
likes
0
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

The matrix class designed for Flutter can also be used in pure Dart, and is also a full-platform alternative to the Matply library. It supports basic matrix operations, linear algebra, probability theory and mathematical statistics, geometric simulation, central difference, etc.

Homepage
Repository (GitHub)
View/report issues

Topics

#matrix #random #linalg #math

Documentation

Documentation

License

unknown (license)

Dependencies

collection

More

Packages that depend on flutter_matrix