[BACK]Return to standard_floating_matrices.ads CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / PHC / Ada / Math_Lib / Matrices

Annotation of OpenXM_contrib/PHC/Ada/Math_Lib/Matrices/standard_floating_matrices.ads, Revision 1.1.1.1

1.1       maekawa     1: with Standard_Floating_Ring;              use Standard_Floating_Ring;
                      2: with Standard_Floating_Vectors;
                      3: with Generic_Matrices;
                      4:
                      5: package Standard_Floating_Matrices is
                      6:   new Generic_Matrices(Standard_Floating_Ring,
                      7:                        Standard_Floating_Vectors);
                      8:
                      9: -- DESCRIPTION :
                     10: --   Defines matrices over the ring of standard floating-point numbers.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>