flutter_matrix 0.1.2
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();
}