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

1.1     ! maekawa     1: with Generic_VecVecs;
        !             2: with Multprec_Complex_Ring;
        !             3: with Multprec_Complex_Vectors;
        !             4:
        !             5: package Multprec_Complex_VecVecs is
        !             6:   new Generic_VecVecs(Multprec_Complex_Ring,Multprec_Complex_Vectors);
        !             7:
        !             8: -- DESCRIPTION :
        !             9: --   Defines vectors of vectors over the multi-precision complex numbers.

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