This website requires JavaScript.
Explore
Help
Register
Sign In
erius
/
mathematical
Watch
1
Star
0
Fork
You've already forked mathematical
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
No description
6
commits
1
branch
0
tags
570
KiB
Rust
100%
79d94bf357
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
erius
79d94bf357
Restructured matrix module, it is now separated into 1 primary module matrix (struct definition, init methods and getters) and 3 sub-modules: iter - structs and methods for iteration, arithmetic - impl of traits for arithmetic operations, ops - non-arithmetic matrix operations
...
Implemented Mul, MulAssign, Div and DivAssign traits for Matrix Added more tests
2024-05-18 12:48:59 +03:00
src
Restructured matrix module, it is now separated into 1 primary module matrix (struct definition, init methods and getters) and 3 sub-modules: iter - structs and methods for iteration, arithmetic - impl of traits for arithmetic operations, ops - non-arithmetic matrix operations
2024-05-18 12:48:59 +03:00
.gitignore
Initial commit
2024-05-11 01:59:56 +03:00
Cargo.lock
Initial commit
2024-05-11 01:59:56 +03:00
Cargo.toml
Initial commit
2024-05-11 01:59:56 +03:00