[BACK]Return to standard_integer_matrices_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/standard_integer_matrices_io.ads, Revision 1.1

1.1     ! maekawa     1: with Standard_Integer_Ring_io;
        !             2: with Standard_Integer_Vectors;
        !             3: with Standard_Integer_Matrices;
        !             4: with Generic_Matrices_io;
        !             5:
        !             6: package Standard_Integer_Matrices_io is
        !             7:   new Generic_Matrices_io(Standard_Integer_Ring_io,
        !             8:                           Standard_Integer_Vectors,
        !             9:                           Standard_Integer_Matrices);
        !            10:
        !            11: -- DESCRIPTION :
        !            12: --   Defines input/output of matrices of standard integer numbers.

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