extended_matrix_float 1.0.0

Float trait for extended_matrix lib.
Documentation

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.