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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -