dart_constructs 1.0.0 copy "dart_constructs: ^1.0.0" to clipboard
dart_constructs: ^1.0.0 copied to clipboard

outdatedDart 1 only

As of now, the constructs project has one data structure, that is the nth dimensional matrix construct. Say I want to make a 4 dimensional integer matrix, I would simply type NMatrix<int> nm4 = new NM [...]

0
likes
pending
pub points
0%
popularity

This package version is not analyzed. Check the latest stable version for its analysis.

Check the analysis log for details.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

As of now, the constructs project has one data structure, that is the nth dimensional matrix construct. Say I want to make a 4 dimensional integer matrix, I would simply type NMatrix<int> nm4 = new NMatrix.dimensional([1,2,3,4],5); That's it!

Homepage

License

unknown (LICENSE)

More

Packages that depend on dart_constructs