|
|
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
|
|
|
base_ring(...)
File: sage/rings/padics/rigid_functions.pyx (starting at line 57)
Returns the base ring of this function. |
|
|
|
|
coeff_val_bound(...)
File: sage/rings/padics/rigid_functions.pyx (starting at line 116)
Returns a non-strict lower bound on the valuation of the ith coefficient of self. |
|
|
|
|
coeff_val_bound_RIF(...)
File: sage/rings/padics/rigid_functions.pyx (starting at line 122)
Returns a non-strict lower bound on the valuation of the ith coefficient of self, as an RIF. |
|
|
|
|
coeffs(...)
File: sage/rings/padics/rigid_functions.pyx (starting at line 99)
Returns the object defining the coefficients of self. |
|
|
|
|
log_of_radius(...)
File: sage/rings/padics/rigid_functions.pyx (starting at line 65)
Returns log_p(r), where r is the radius of the disc on which this function converges. |
|
|
|
|
log_offset(...)
File: sage/rings/padics/rigid_functions.pyx (starting at line 89)
Returns the logarithmic offset of self. |
|
|
|
|
log_order(...)
File: sage/rings/padics/rigid_functions.pyx (starting at line 79)
Returns the logarithmic order of self. |
|
|
|
|
needed_indices(...)
File: sage/rings/padics/rigid_functions.pyx (starting at line 149)
Returns the indices needed to compute the value of this function to absolute precision absprec if the input has valuation val. |
|
|
|
|
output_absprec(...)
File: sage/rings/padics/rigid_functions.pyx (starting at line 264)... |
|
|
|
|
output_valuation(...)
File: sage/rings/padics/rigid_functions.pyx (starting at line 194)
Returns the valuation of this function when evaluated on something of valuation input_valuation. |
|
|
|
|
output_valuation_fast(...)
File: sage/rings/padics/rigid_functions.pyx (starting at line 203)
Returns a lower bound on the valuation of this function when evaluated on something of valuation input_valuation. |
|
|
|
|
radius(...)
File: sage/rings/padics/rigid_functions.pyx (starting at line 71)
Returns the radius of the disc on which this function converges. |
|
|
|
|
term_val_bound(...)
File: sage/rings/padics/rigid_functions.pyx (starting at line 133)
Returns a lower bound on the valuation of a_i * x^i when x has valuation i. |
|
|
|
|
term_val_bound_RIF(...)
File: sage/rings/padics/rigid_functions.pyx (starting at line 139)
Returns a lower bound on the valuation of a_i * x^i when x has valuation i, as an RIF. |
|
|
|
|
valuation_low_point(...)
File: sage/rings/padics/rigid_functions.pyx (starting at line 215)
Returns an index i that minimizes the valuation of the term a_i * x^i given that x had valuation input_valuation. |
|
|
|
|
|
|
|
valuation_low_point_pair(...)
File: sage/rings/padics/rigid_functions.pyx (starting at line 221)
Returns a pair giving an index i and valuation v so that v is minimal among valuations of terms a_i * x^i where x has valuation input_valuation. |
|
|
|
Inherited from structure.sage_object.SageObject:
__hash__,
__repr__,
_axiom_,
_axiom_init_,
_gap_,
_gap_init_,
_gp_,
_gp_init_,
_interface_,
_interface_init_,
_interface_is_cached_,
_kash_,
_kash_init_,
_macaulay2_,
_macaulay2_init_,
_magma_,
_magma_init_,
_maple_,
_maple_init_,
_mathematica_,
_mathematica_init_,
_maxima_,
_maxima_init_,
_octave_,
_octave_init_,
_pari_,
_pari_init_,
_r_init_,
_sage_,
_singular_,
_singular_init_,
category,
db,
dump,
dumps,
plot,
rename,
reset_name,
save,
version
Inherited from object:
__delattr__,
__getattribute__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|