Forum Discussion
BoonBengT_Altera
Moderator
4 years agoHi @messn036,
Thank you for posting in Intel community forum and hope all is well.
We do have reusable function library bake in for HLS dealing with numbers, more details can be found here for random precision as well as advance math involved.
Please do have a look if that helps.
Best Wishes
BB
- messn0364 years ago
New Contributor
I was hoping to find a library that doesnt use dynamic memory location so that it would work out of the box with the intel HLS compiler. I ended up writing my own, though the matrix_mult function from intel's extended math library did help.