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

1.1     ! maekawa     1: with Multprec_Complex_Ring;              use Multprec_Complex_Ring;
        !             2: with Multprec_Complex_Vectors;
        !             3: with Generic_Matrices;
        !             4:
        !             5: package Multprec_Complex_Matrices is
        !             6:   new Generic_Matrices(Multprec_Complex_Ring,
        !             7:                        Multprec_Complex_Vectors);
        !             8:
        !             9: -- DESCRIPTION :
        !            10: --   Defines matrices over the ring of multi-precision complex numbers.

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