Annotation of OpenXM_contrib/PHC/Ada/Math_Lib/Matrices/multprec_floating_matrices.ads, Revision 1.1
1.1 ! maekawa 1: with Multprec_Floating_Ring; use Multprec_Floating_Ring;
! 2: with Multprec_Floating_Vectors;
! 3: with Generic_Matrices;
! 4:
! 5: package Multprec_Floating_Matrices is
! 6: new Generic_Matrices(Multprec_Floating_Ring,
! 7: Multprec_Floating_Vectors);
! 8:
! 9: -- DESCRIPTION :
! 10: -- Defines matrices over the ring of multi-precision floating-point numbers.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>