Skip to content

RomanShushakov/extended_matrix_float

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.