[BACK]Return to multprec_floating_matrices_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/multprec_floating_matrices_io.ads, Revision 1.1.1.1

1.1       maekawa     1: with Multprec_Floating_Ring_io;
                      2: with Multprec_Floating_Vectors;
                      3: with Multprec_Floating_Matrices;
                      4: with Generic_Matrices_io;
                      5:
                      6: package Multprec_Floating_Matrices_io is
                      7:   new Generic_Matrices_io(Multprec_Floating_Ring_io,
                      8:                           Multprec_Floating_Vectors,
                      9:                           Multprec_Floating_Matrices);
                     10:
                     11: -- DESCRIPTION :
                     12: --   Defines input/output of matrices of multi-precision floating-point numbers.

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