[BACK]Return to standard_floating_norms_equals.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_norms_equals.ads, Revision 1.1.1.1

1.1       maekawa     1: with Standard_Floating_Ring;
                      2: with Standard_Floating_Ring.FField;
                      3: with Standard_Floating_Vectors;
                      4: with Standard_Floating_Matrices;
                      5: with Generic_Norms_Equals;
                      6:
                      7: package Standard_Floating_Norms_Equals is
                      8:   new Generic_Norms_Equals(Standard_Floating_Ring,
                      9:                            Standard_Floating_Ring.FField,
                     10:                            Standard_Floating_Vectors,
                     11:                            Standard_Floating_Matrices);
                     12:
                     13: -- DESCRIPTION :
                     14: --   Defines norms and equalities for standard floating-point numbers.

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