Re: [Ada] Reimplement Ada.Numerics.Generic_Real_Arrays in pure Ada

2011-08-30 Thread Pistola
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.

[Ada] Reimplement Ada.Numerics.Generic_Real_Arrays in pure Ada

2011-08-29 Thread Arnaud Charlet
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