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