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

1.1     ! maekawa     1: with Standard_Complex_Ring_io;
        !             2: with Standard_Complex_Vectors;
        !             3: with Standard_Complex_Matrices;
        !             4: with Standard_Complex_Matrices_io;
        !             5: with Standard_Complex_VecMats;
        !             6: with Generic_VecMats_io;
        !             7:
        !             8: package Standard_Complex_VecMats_io is
        !             9:   new Generic_VecMats_io(Standard_Complex_Ring_io,
        !            10:                          Standard_Complex_Vectors,
        !            11:                          Standard_Complex_Matrices,
        !            12:                          Standard_Complex_Matrices_io,
        !            13:                          Standard_Complex_VecMats);
        !            14:
        !            15: -- DESCRIPTION :
        !            16: --   Defines input/output of vectors of matrices of standard complex numbers.

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