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

Annotation of OpenXM_contrib/PHC/Ada/Math_Lib/Supports/lists_of_floating_vectors.ads, Revision 1.1.1.1

1.1       maekawa     1: with Standard_Floating_Ring;
                      2: with Standard_Floating_Vectors;
                      3: with Standard_Floating_VecVecs;
                      4: with Generic_Lists_of_Vectors;
                      5:
                      6: package Lists_of_Floating_Vectors is
                      7:   new Generic_Lists_of_Vectors(Standard_Floating_Ring,
                      8:                                Standard_Floating_Vectors,
                      9:                                Standard_Floating_VecVecs);
                     10:
                     11: -- DESCRIPTION :
                     12: --   Defines lists of links to vectors of standard floating-point numbers.

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