Return to standard_complex_vecvecs.ads CVS log | Up to [local] / OpenXM_contrib / PHC / Ada / Math_Lib / Matrices |
1.1 maekawa 1: with Generic_VecVecs; 2: with Standard_Complex_Ring; 3: with Standard_Complex_Vectors; 4: 5: package Standard_Complex_VecVecs is 6: new Generic_VecVecs(Standard_Complex_Ring,Standard_Complex_Vectors); 7: 8: -- DESCRIPTION : 9: -- Defines vectors of vectors over the ring of standard complex numbers.