[BACK]Return to standard_integer_linear_solvers.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_integer_linear_solvers.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 Standard_Integer_Ring;
with Standard_Integer_Ring.DDomain;
with Standard_Integer_Vectors;
with Standard_Integer_Matrices;
with Standard_Common_Divisors;
with Generic_Integer_LInear_Solvers;

package Standard_Integer_Linear_Solvers is
  new Generic_Integer_Linear_Solvers(Standard_Integer_Ring,
                                     Standard_Integer_Ring.DDomain,
                                     Standard_Integer_Vectors,
                                     Standard_Integer_Matrices,
                                     Standard_Common_Divisors);

-- DESCRIPTION :
--   Defines solvers for standard integer linear systems.