Return to multprec_floating_vecvecs.ads CVS log | Up to [local] / OpenXM_contrib / PHC / Ada / Math_Lib / Matrices |
1.1 ! maekawa 1: with Generic_VecVecs; ! 2: with Multprec_Floating_Ring; ! 3: with Multprec_Floating_Vectors; ! 4: ! 5: package Multprec_Floating_VecVecs is ! 6: new Generic_VecVecs(Multprec_Floating_Ring,Multprec_Floating_Vectors); ! 7: ! 8: -- DESCRIPTION : ! 9: -- Defines vectors of vectors of multi-precision floating numbers.