Révision 100

pobysoPythonSage/src/sageSLZ/sagePolynomialOperations.sage (revision 100)
144 144
    return pow(norm, 1/p)
145 145
# end spo_norm
146 146

  
147
def spo_polynomial_to_proto_matrix(p, pRing, alpha, N, columnsWidth=0):
147
def spo_polynomial_to_proto_matrix(p, alpha, N, columnsWidth=0):
148 148
    """
149 149
    From a (bivariate) polynomial and some other parameters build a proto 
150 150
    matrix (an array of "rows") to be converted into a "true" matrix and 
......
160 160
    columsWidth: if == 0, no information is displayed, otherwise data is 
161 161
                 printed in colums of columnsWitdth width.
162 162
    """
163
    pRing = p.parent()
163 164
    knownMonomials = []
164 165
    protoMatrixRows = []
165 166
    polynomialsList = []
pobysoPythonSage/src/sageSLZ/sageSLZ.sage (revision 100)
208 208
    - the approximation interval;
209 209
    - the center, x0, of the interval;
210 210
    - the corresponding approximation error.
211
    TODO: fix endless looping for some parameters sets.
211 212
    """
212 213
    currentSollyaPrecSo = pobyso_get_prec_so()
213 214
    currentSollyaPrecSa = pobyso_constant_from_int_so_sa(currentSollyaPrecSo)

Formats disponibles : Unified diff