1 stable release
1.0.0 | Nov 2, 2022 |
---|---|
0.1.1 |
|
0.1.0 |
|
#2058 in Rust patterns
Used in 2 crates
(via extended_matrix)
6KB
205 lines
Extended matrix float
To support types flexibility within matrix elements values in extended matrix the extended_matrix_float
lib has been created. The lib contains only one MyFloatTrait
which have been implemented for f32 and f64 types. MyFloatTrait
contains only standard math methods like my_sin
, my_cos
, my_sqrt
... etc. which needed to support matrix methods.