scalanlp / breeze

Breeze is a numerical processing library for Scala.
www.scalanlp.org
Apache License 2.0
3.44k stars 691 forks source link

Adding support for Float in breeze #858

Open dineshdharme opened 5 months ago

dineshdharme commented 5 months ago

Hi David,

I am wondering how difficult or easy it is to add support for Float in breeze. I have some free time, so I might take a stab at this.

dlwh commented 5 months ago

Getting full coverage is probably just a game of whack-a-mole. I'd just go through the code base and find instances of Double and make sure there's a corresponding Float... Unfortunately I don't think there's an easier way