Add single-precision matrices
Memory-bound algorithms could handle larger problems if matrices were stored in single precision (both real and complex). This probably means that single-precision variants of everything else must be supplied too. Lapack, for instance, does this.
10
votes
planned
2 comments
-
AdminChristoph Rüegg
(Admin, Math.NET)
commented
Scratch that, we will get single precision linear algebra in Iridium's successor Math.NET Numerics
-
AdminChristoph Rüegg
(Admin, Math.NET)
commented
That would be against our design principles. We do not implement type-generic numerics on purpose. Of course, design principles can be changed, that's why we started this feedback forum after all...