bundles / numpy 2.4.3 / numpy / f2py / symbolic / Expr
class
numpy.f2py.symbolic:Expr
source: /numpy/f2py/symbolic.py :157
Signature
class Expr ( op , data ) Members
-
__add__ -
__call__ -
__eq__ -
__floordiv__ -
__ge__ -
__getitem__ -
__gt__ -
__hash__ -
__init__ -
__le__ -
__lt__ -
__mul__ -
__neg__ -
__pos__ -
__pow__ -
__radd__ -
__repr__ -
__rfloordiv__ -
__rmul__ -
__rsub__ -
__rtruediv__ -
__str__ -
__sub__ -
__truediv__ -
contains -
linear_solve -
parse -
polynomial_atoms -
substitute -
symbols -
tostring -
traverse
Summary
Represents a Fortran expression as an op-data pair.
Extended Summary
Expr instances are hashable and sortable.
Aliases
-
numpy.f2py.symbolic.Expr