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