Return to standard_integer_matrices.ads CVS log | Up to [local] / OpenXM_contrib / PHC / Ada / Math_Lib / Matrices |
1.1 maekawa 1: with Standard_Integer_Ring; use Standard_Integer_Ring; 2: with Standard_Integer_Vectors; 3: with Generic_Matrices; 4: 5: package Standard_Integer_Matrices is 6: new Generic_Matrices(Standard_Integer_Ring, 7: Standard_Integer_Vectors); 8: 9: -- DESCRIPTION : 10: -- Defines matrices over the ring of standard integer numbers.