Public Member Functions | |
float | __call__ (self, float x) |
None | __init__ (self) |
None | __init__ (self, Polynomial_double_1 arg0) |
None | __init__ (self) |
Polynomial_double_0 | deriv (self) |
float | intervalMin (self, float a, float b) |
std_vector_double | solve (self, float tol) |
Static Public Attributes | |
typing | n = 2 |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::Polynomial<double, 1> Aliases: Polynomial_double_2ULL_0_0_2ULL_minus_1 Please note that these template classes are explicitly instantiated in the corresponding .cpp files. The following degrees are instantiated: [2; 6].
None mrmeshpy.Polynomial_double_1.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.Polynomial_double_1.__init__ | ( | self, | |
Polynomial_double_1 | arg0 ) |
Implicit copy constructor.
None mrmeshpy.Polynomial_double_1.__init__ | ( | self | ) |
Implicit aggregate constructor.
float mrmeshpy.Polynomial_double_1.__call__ | ( | self, | |
float | x ) |
|
staticprotected |
Polynomial_double_0 mrmeshpy.Polynomial_double_1.deriv | ( | self | ) |
float mrmeshpy.Polynomial_double_1.intervalMin | ( | self, | |
float | a, | ||
float | b ) |
std_vector_double mrmeshpy.Polynomial_double_1.solve | ( | self, | |
float | tol ) |
|
static |