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

1.1     ! maekawa     1: with Standard_Floating_Ring_io;
        !             2: with Standard_Floating_Vectors;
        !             3: with Standard_Floating_Vectors_io;
        !             4: with Standard_Floating_VecVecs;
        !             5: with Generic_VecVecs_io;
        !             6:
        !             7: package Standard_Floating_VecVecs_io is
        !             8:   new Generic_VecVecs_io(Standard_Floating_Ring_io,
        !             9:                          Standard_Floating_Vectors,
        !            10:                          Standard_Floating_Vectors_io,
        !            11:                          Standard_Floating_VecVecs);
        !            12:
        !            13: -- DESCRIPTION :
        !            14: --   Defines input/output of vectors of vectors of standard floating numbers.

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