[BACK]Return to standard_complex_laur_jacomats.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_jacomats.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_Matrices;
        !             6: with Standard_Complex_Laur_Polys;
        !             7: with Standard_Complex_Laur_Functions;
        !             8: with Standard_Complex_Laur_Systems;
        !             9: with Standard_Complex_Laur_SysFun;
        !            10: with Generic_Laur_Jaco_Matrices;
        !            11:
        !            12: package Standard_Complex_Laur_Jacomats is
        !            13:   new Generic_Laur_Jaco_Matrices(Standard_Complex_Ring,
        !            14:                                  Standard_Complex_Ring.FField,
        !            15:                                  Standard_Complex_Vectors,
        !            16:                                  Standard_Complex_VecVecs,
        !            17:                                  Standard_Complex_Matrices,
        !            18:                                  Standard_Complex_Laur_Polys,
        !            19:                                  Standard_Complex_Laur_Functions,
        !            20:                                  Standard_Complex_Laur_Systems,
        !            21:                                  Standard_Complex_Laur_SysFun);
        !            22:
        !            23: -- DESCRIPTION :
        !            24: --   Defines functions for creating and evaluating Jacobian matrices for
        !            25: --   systems of Laurent polynomials over the standard complex numbers.

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