[BACK]Return to multprec_integer_matrices.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_matrices.ads, Revision 1.1

1.1     ! maekawa     1: with Multprec_Integer_Ring;
        !             2: with Multprec_Integer_Vectors;
        !             3: with Generic_Matrices;
        !             4:
        !             5: package Multprec_Integer_Matrices is
        !             6:   new Generic_Matrices(Multprec_Integer_Ring,
        !             7:                        Multprec_Integer_Vectors);
        !             8:
        !             9: -- DESCRIPTION :
        !            10: --   Defines matrices over the ring of multi-precision integer numbers.

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