[BACK]Return to multprec_floating_vecvecs_io.ads CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / PHC / Ada / Math_Lib / Matrices

File: [local] / OpenXM_contrib / PHC / Ada / Math_Lib / Matrices / multprec_floating_vecvecs_io.ads (download)

Revision 1.1, Sun Oct 29 17:45:24 2000 UTC (23 years, 8 months ago) by maekawa
Branch point for: MAIN

Initial revision

with Multprec_Floating_Ring_io;
with Multprec_Floating_Vectors;
with Multprec_Floating_Vectors_io;
with Multprec_Floating_VecVecs;
with Generic_VecVecs_io;

package Multprec_Floating_VecVecs_io is 
  new Generic_VecVecs_io(Multprec_Floating_Ring_io,
                         Multprec_Floating_Vectors,
                         Multprec_Floating_Vectors_io,
                         Multprec_Floating_VecVecs);

-- DESCRIPTION :
--   Defines input/output of vectors of vectors of multi-precision floating
--   numbers.