a-ngrear.adb (Solve): Make generic and move to System.Generic_Array_Operations.
authorGeert Bosch <bosch@adacore.com>
Thu, 13 Oct 2011 10:56:08 +0000 (10:56 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 13 Oct 2011 10:56:08 +0000 (12:56 +0200)
commita5917ffb2cd7097f9b8b754c2745c23d860cb31a
treefaa2dafc5d78a37661ab07fb69bb75daae1fcfc2
parent574ec9452d38bc8b3c14aea7afd72b073f973c86
a-ngrear.adb (Solve): Make generic and move to System.Generic_Array_Operations.

2011-10-13  Geert Bosch  <bosch@adacore.com>

* a-ngrear.adb (Solve): Make generic and move to
System.Generic_Array_Operations.
* s-gearop.ads (Matrix_Vector_Solution, Matrix_Matrix_Solution):
New generic solvers to compute a vector resp. matrix Y such
that A * Y = X, approximately.
* s-gearop.adb (Matrix_Vector_Solution, Matrix_Matrix_Solution):
Implement using Forward_Eliminate and Back_Substitute
* a-ngcoar.adb: Reimplement in pure Ada to remove dependencies
on BLAS and LAPACK.
* a-ngcoar.ads ("abs"): Fix return type to be real.

From-SVN: r179912
gcc/ada/ChangeLog
gcc/ada/a-ngcoar.adb
gcc/ada/a-ngcoar.ads
gcc/ada/a-ngrear.adb
gcc/ada/s-gearop.adb
gcc/ada/s-gearop.ads