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

1.1       maekawa     1: with Standard_Integer_Ring;
                      2: with Standard_Integer_Vectors;
                      3: with Standard_Integer_VecVecs;
                      4: with Generic_Lists_of_Vectors;
                      5:
                      6: package Lists_of_Integer_Vectors is
                      7:   new Generic_Lists_of_Vectors(Standard_Integer_Ring,
                      8:                                Standard_Integer_Vectors,
                      9:                                Standard_Integer_VecVecs);
                     10:
                     11: -- DESCRIPTION :
                     12: --   Defines lists of links to vectors of standard integer numbers.

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