[BACK]Return to matrix_homotopies_io.ads CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / PHC / Ada / Schubert

Annotation of OpenXM_contrib/PHC/Ada/Schubert/matrix_homotopies_io.ads, Revision 1.1

1.1     ! maekawa     1: with text_io;                               use text_io;
        !             2:
        !             3: package Matrix_Homotopies_io is
        !             4:
        !             5: -- DESCRIPTION :
        !             6: --   Provides a simple output routine for writing the matrix homotopies.
        !             7:
        !             8:   procedure Write;
        !             9:   procedure Write ( file : in file_type );
        !            10:
        !            11: end Matrix_Homotopies_io;

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