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
79d94bf357
mathematical
/
src
History
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
..
math
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
lib.rs
Initial commit
2024-05-11 01:59:56 +03:00
math.rs
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