[BACK]Return to standard_complex_vecvecs.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_vecvecs.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_VecVecs;
with Standard_Complex_Ring;
with Standard_Complex_Vectors;

package Standard_Complex_VecVecs is 
  new Generic_VecVecs(Standard_Complex_Ring,Standard_Complex_Vectors);

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