MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.Polynomial_float_2 Class Reference

Public Member Functions

float __call__ (self, float x)
 
None __init__ (self)
 
None __init__ (self)
 
Polynomial_float_1 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_2 operator (*args, **kwargs)
 
Polynomial_float_2 operator (*args, **kwargs)
 

Static Public Attributes

typing n = 3
 

Detailed Description

Generated from:  MR::Polynomial<float, 2>
Aliases:  Polynomial_float_3ull_0_0_3ullminus1

Please note that these template classes are explicitly instantiated in the corresponding .cpp files.
The following degrees are instantiated: [2; 6].

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.Polynomial_float_2.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.Polynomial_float_2.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.Polynomial_float_2.__init__ ( self)
Implicit aggregate constructor.

Member Function Documentation

◆ __call__()

float mrmeshpy.Polynomial_float_2.__call__ ( self,
float x )

◆ deriv()

Polynomial_float_1 mrmeshpy.Polynomial_float_2.deriv ( self)

◆ intervalMin()

float mrmeshpy.Polynomial_float_2.intervalMin ( self,
float a,
float b )

◆ operator() [1/2]

Polynomial_float_2 mrmeshpy.Polynomial_float_2.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

Polynomial_float_2 mrmeshpy.Polynomial_float_2.operator ( * args,
** kwargs )
static

◆ solve()

std_vector_float mrmeshpy.Polynomial_float_2.solve ( self,
float tol )

Member Data Documentation

◆ n

typing mrmeshpy.Polynomial_float_2.n = 3
static

The documentation for this class was generated from the following file: