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

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

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