mathematical/src
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