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

File: [local] / OpenXM_contrib / PHC / Ada / Math_Lib / Matrices / standard_complex_vecmats.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 Generic_VecMats;
with Standard_Complex_Ring;
with Standard_Complex_Vectors;
with Standard_Complex_Matrices;

package Standard_Complex_VecMats is 
  new Generic_VecMats(Standard_Complex_Ring,
                      Standard_Complex_Vectors,
                      Standard_Complex_Matrices);

-- DESCRIPTION :
--   Defines vectors of matrices over the ring of standard complex numbers.