Using Eigen Library for fixed-point matrix multiplication

1k Views Asked by At

Does Eigen Library have support for fixed-point multiplication? Currently, I perform matrix multiplication without Eigen Library and use the following fixed-point multiplication function: https://stackoverflow.com/a/31662911/4921865

The best I can think of is converting my numbers into double the precision and then using Eigen Library. Any ideas on this would be appreciated!

0

There are 0 best solutions below