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

Annotation of OpenXM_contrib/PHC/Ada/Math_Lib/Polynomials/standard_complex_laur_sysfun.ads, Revision 1.1

1.1     ! maekawa     1: with Standard_Complex_Ring;
        !             2: with Standard_Complex_Ring.FField;
        !             3: with Standard_Complex_Vectors;
        !             4: with Standard_Complex_VecVecs;
        !             5: with Standard_Complex_Laur_Polys;
        !             6: with Standard_Complex_Laur_Functions;
        !             7: with Standard_Complex_Laur_Systems;
        !             8: with Generic_Laur_System_Functions;
        !             9:
        !            10: package Standard_Complex_Laur_SysFun is
        !            11:   new Generic_Laur_System_Functions(Standard_Complex_Ring,
        !            12:                                     Standard_Complex_Ring.FField,
        !            13:                                     Standard_Complex_Vectors,
        !            14:                                     Standard_Complex_VecVecs,
        !            15:                                     Standard_Complex_Laur_Polys,
        !            16:                                     Standard_Complex_Laur_Functions,
        !            17:                                     Standard_Complex_Laur_Systems);
        !            18:
        !            19: -- DESCRIPTION :
        !            20: --   Defines functions for evaluating systems of Laurent polynomials over the
        !            21: --   standard complex numbers.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>