S
> implementations. In
>
May I ask why "Ada requirements prohibit algorithms such as Strassen's"?
Thanks,
mqk
--
View this message in context:
http://old.nabble.com/-Ada--Reimplement-Ada.Numerics.Generic_Real_Arrays-in-pure-Ada-tp32356733p32362652.html
Sent from the gcc - patches mailing list archive at Nabble.com.
This new implementation avoids dependencies on BLAS and LAPACK.
The advantages are simplicity (no external requirements), more certainty
about accuracy and availability for all floating point types. Obvious
disadvantages are lack of target-specific optimizations that may affect
both accuracy, less