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

Dart 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 3x3x3x3 integer matrix initialized with a value of 5, I would simply type N [...]

Stable versions of dart_constructs

VersionMin Dart SDKUploadedDocumentationArchive
1.1.37 years agoCheck the analysis logs for dart_constructs 1.1.3Download dart_constructs 1.1.3 archive
1.1.27 years agoCheck the analysis logs for dart_constructs 1.1.2Download dart_constructs 1.1.2 archive
1.1.17 years agoDownload dart_constructs 1.1.1 archive
1.1.07 years agoDownload dart_constructs 1.1.0 archive
1.0.07 years agoDownload dart_constructs 1.0.0 archive
0
likes
20
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 3x3x3x3 integer matrix initialized with a value of 5, I would simply type NMatrix<int> nm4 = new NMatrix.dimensional([3,3,3,3],5); That's it!

Homepage

License

BSD-2-Clause (LICENSE)

More

Packages that depend on dart_constructs