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

Annotation of OpenXM_contrib/PHC/Ada/Math_Lib/Polynomials/multprec_complex_jaco_matrices.ads, Revision 1.1.1.1

1.1       maekawa     1: with Multprec_Complex_Ring;
                      2: with Multprec_Complex_Vectors;
                      3: with Multprec_Complex_VecVecs;
                      4: with Multprec_Complex_Matrices;
                      5: with Multprec_Complex_Polynomials;
                      6: with Multprec_Complex_Poly_Functions;
                      7: with Multprec_Complex_Poly_Systems;
                      8: with Multprec_Complex_Poly_SysFun;
                      9: with Generic_Jacobian_Matrices;
                     10:
                     11: package Multprec_Complex_Jaco_Matrices is
                     12:   new Generic_Jacobian_Matrices(Multprec_Complex_Ring,
                     13:                                 Multprec_Complex_Vectors,
                     14:                                 Multprec_Complex_VecVecs,
                     15:                                 Multprec_Complex_Matrices,
                     16:                                 Multprec_Complex_Polynomials,
                     17:                                 Multprec_Complex_Poly_Functions,
                     18:                                 Multprec_Complex_Poly_Systems,
                     19:                                 Multprec_Complex_Poly_SysFun);
                     20:
                     21: -- DESCRIPTION :
                     22: --   Defines functions for creating and evaluating Jacobian matrices for
                     23: --   systems of polynomials over the multi-precision complex numbers.

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