smart_arrays_numerics 2.0.0 copy "smart_arrays_numerics: ^2.0.0" to clipboard
smart_arrays_numerics: ^2.0.0 copied to clipboard

outdated

This package provides a number of useful calculation functions for one- and two-dimensional arrays such as multiply, transpose, invert, sum, clone, create.

Smart Arrays Numerics #

What the package can do for you #

  • Creating a matrix / diagonal matrix / cloning matrix
  • Various numeric operations with matrices and vector such as summation, multiplication
  • Inverting and tranposing a matrix

The major API functionalities #

  • Available in the class Numerics.

Detailed API

Please view the detailed API documentation in the API reference of this package (sidebar at the right of this page).

Using this package #

You need Dart 2.0 or later.

Import the package using:

  • import 'package:smart_arrays_numerics/smart_arrays_numerics.dart';

smart_arrays_base: Basic functions for 1D and 2D arrays

smart_arrays_compress: Compress 1D and 2D arrays to a smaller size.

smart_arrays_peaks: Detect peaks in 1D and 2D arrays.

smart_lorentz-gauss: Compute Lorentz-Gauss (pseudo-Voigt) line shapes.

smart_signal_processing: Fourier transform and more.

smart_dialogs: Easy-to-use dialogs in Web applications

0
likes
0
pub points
31%
popularity

Publisher

verified publisherhiveright.tech

This package provides a number of useful calculation functions for one- and two-dimensional arrays such as multiply, transpose, invert, sum, clone, create.

Homepage

License

unknown (LICENSE)

Dependencies

build_runner, build_web_compilers, pedantic

More

Packages that depend on smart_arrays_numerics