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

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

1.1       maekawa     1: with Multprec_Integer_Ring_io;
                      2: with Multprec_Integer_Vectors;
                      3: with Generic_Vectors_io;
                      4:
                      5: package Multprec_Integer_Vectors_io is
                      6:   new Generic_Vectors_io(Multprec_Integer_Ring_io,Multprec_Integer_Vectors);
                      7:
                      8: -- DESCRIPTION :
                      9: --   Defines input/output of vectors over the ring of multi-precision
                     10: --   integer numbers.

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