🌳 pybertini.function_tree¢

quick nav links:

NotesΒΆ

Auto-generated docsΒΆ

class pybertini.function_tree.AbstractNodeΒΆ

Bases: Boost.Python.instance

Raises an exception This class cannot be instantiated from Python

degree((AbstractNode)arg1) → intΒΆ

degree( (AbstractNode)arg1, (Variable)arg2) -> int

degree( (AbstractNode)arg1, (VariableGroup)arg2) -> int

differentiate((AbstractNode)arg1) → AbstractNodeΒΆ

differentiate( (AbstractNode)arg1, (Variable)arg2) -> AbstractNode

eval_d((AbstractNode)arg1) → complexΒΆ

eval_d( (AbstractNode)arg1, (Variable)arg2) -> complex

eval_mp((AbstractNode)arg1) → ComplexΒΆ

eval_mp( (AbstractNode)arg1, (Variable)arg2) -> Complex

homogenize((AbstractNode)arg1, (VariableGroup)arg2, (Variable)arg3) → NoneΒΆ
is_homogeneous((AbstractNode)arg1) → boolΒΆ

is_homogeneous( (AbstractNode)arg1, (Variable)arg2) -> bool

is_homogeneous( (AbstractNode)arg1, (VariableGroup)arg2) -> bool

is_polynomial((AbstractNode)arg1) → boolΒΆ

is_polynomial( (AbstractNode)arg1, (Variable)arg2) -> bool

is_polynomial( (AbstractNode)arg1, (VariableGroup)arg2) -> bool

multidegree((AbstractNode)arg1, (VariableGroup)arg2) → intΒΆ
precision((AbstractNode)arg1) → intΒΆ

precision( (AbstractNode)arg1, (int)arg2) -> None

reset((AbstractNode)arg1) → NoneΒΆ
pybertini.function_tree.acos((AbstractNode)arg1) → AbstractNodeΒΆ
pybertini.function_tree.asin((AbstractNode)arg1) → AbstractNodeΒΆ
pybertini.function_tree.atan((AbstractNode)arg1) → AbstractNodeΒΆ
pybertini.function_tree.cos((AbstractNode)arg1) → AbstractNodeΒΆ
pybertini.function_tree.exp((AbstractNode)arg1) → AbstractNodeΒΆ
pybertini.function_tree.log((AbstractNode)arg1) → AbstractNodeΒΆ
pybertini.function_tree.sin((AbstractNode)arg1) → AbstractNodeΒΆ
pybertini.function_tree.tan((AbstractNode)arg1) → AbstractNodeΒΆ

🌳 pybertini.function_tree.symbol¢

class pybertini.function_tree.symbol.AbstractNamedSymbolΒΆ

Bases: _pybertini.function_tree.symbol.AbstractSymbol

Raises an exception This class cannot be instantiated from Python

class pybertini.function_tree.symbol.AbstractNumberΒΆ

Bases: _pybertini.function_tree.symbol.AbstractSymbol

Raises an exception This class cannot be instantiated from Python

class pybertini.function_tree.symbol.AbstractSymbolΒΆ

Bases: _pybertini.function_tree.AbstractNode

Raises an exception This class cannot be instantiated from Python

class pybertini.function_tree.symbol.Differential((object)arg1, (Variable)arg2, (str)arg3) → NoneΒΆ

Bases: _pybertini.function_tree.symbol.AbstractNamedSymbol

get_variable((Differential)arg1) → objectΒΆ
class pybertini.function_tree.symbol.E((object)arg1) → NoneΒΆ

Bases: _pybertini.function_tree.symbol.AbstractNamedSymbol

class pybertini.function_tree.symbol.Float((object)arg1, (Float)arg2, (Float)arg3) → NoneΒΆ

Bases: _pybertini.function_tree.symbol.AbstractNumber

__init__( (object)arg1, (Complex)arg2) -> None

__init__( (object)arg1, (str)arg2) -> None

__init__( (object)arg1, (str)arg2, (str)arg3) -> None

class pybertini.function_tree.symbol.Integer((object)arg1, (int)arg2) → NoneΒΆ

Bases: _pybertini.function_tree.symbol.AbstractNumber

__init__( (object)arg1, (Int)arg2) -> None

__init__( (object)arg1, (str)arg2) -> None

class pybertini.function_tree.symbol.Pi((object)arg1) → NoneΒΆ

Bases: _pybertini.function_tree.symbol.AbstractNamedSymbol

class pybertini.function_tree.symbol.Rational((object)arg1, (int)arg2) → NoneΒΆ

Bases: _pybertini.function_tree.symbol.AbstractNumber

__init__( (object)arg1, (int)arg2, (int)arg3, (int)arg4, (int)arg5) -> None

__init__( (object)arg1, (str)arg2) -> None

__init__( (object)arg1, (str)arg2, (str)arg3) -> None

__init__( (object)arg1, (Rational)arg2, (Rational)arg3) -> None

static rand() → RationalΒΆ
static rand_real() → RationalΒΆ
class pybertini.function_tree.symbol.Variable((object)arg1, (str)arg2) → NoneΒΆ

Bases: _pybertini.function_tree.symbol.AbstractNamedSymbol

set_current_value((Variable)arg1, (complex)arg2) → NoneΒΆ

set_current_value( (Variable)arg1, (Complex)arg2) -> None

pybertini.function_tree.symbol.make_e() → AbstractNodeΒΆ
pybertini.function_tree.symbol.make_i() → AbstractNodeΒΆ
pybertini.function_tree.symbol.make_pi() → AbstractNodeΒΆ

🌳 pybertini.function_tree.root¢

class pybertini.function_tree.root.Function((object)arg1, (str)arg2) → NoneΒΆ

Bases: _pybertini.function_tree.symbol.AbstractNamedSymbol

__init__( (object)arg1, (AbstractNode)arg2) -> None

ensure_not_empy((Function)arg1) → NoneΒΆ
root((Function)arg1) → AbstractNodeΒΆ

root( (Function)arg1, (AbstractNode)arg2) -> None

class pybertini.function_tree.root.Jacobian((object)arg1, (AbstractNode)arg2) → NoneΒΆ

Bases: _pybertini.function_tree.root.Function

evalJ_d((Jacobian)arg1, (Variable)arg2) → complexΒΆ
evalJ_mp((Jacobian)arg1, (Variable)arg2) → ComplexΒΆ