Annotation of OpenXM_contrib/PHC/Ada/Math_Lib/Matrices/standard_integer_vecmats.ads, Revision 1.1.1.1
1.1 maekawa 1: with Generic_VecMats;
2: with Standard_Integer_Ring;
3: with Standard_Integer_Vectors;
4: with Standard_Integer_Matrices;
5:
6: package Standard_Integer_VecMats is
7: new Generic_VecMats(Standard_Integer_Ring,
8: Standard_Integer_Vectors,
9: Standard_Integer_Matrices);
10:
11: -- DESCRIPTION :
12: -- Defines vectors of matrices over the ring of standard integer numbers.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>