Using Eigen Library for fixed-point matrix multiplication -
does eigen library have support fixed-point multiplication? currently, perform matrix multiplication without eigen library , use following fixed-point multiplication function: https://stackoverflow.com/a/31662911/4921865
the best can think of converting numbers double precision , using eigen library. ideas on appreciated!
Comments
Post a Comment