MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.Polynomial_float_4 Class Reference

Public Member Functions

float __call__ (self, float x)
 
None __init__ (self)
 
None __init__ (self, Polynomial_float_4 arg0)
 
None __init__ (self)
 
Polynomial_float_3 deriv (self)
 
float intervalMin (self, float a, float b)
 
std_vector_float solve (self, float tol)
 

Static Public Attributes

typing n = 5
 

Detailed Description

Generated from:  MR::Polynomial<float, 4>
Aliases:  Polynomial_float_5UL_0_0_5UL_minus_1

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 meshlib.mrmeshpy.Polynomial_float_4.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.Polynomial_float_4.__init__ ( self,
Polynomial_float_4 arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.Polynomial_float_4.__init__ ( self)
Implicit aggregate constructor.

Member Function Documentation

◆ __call__()

float meshlib.mrmeshpy.Polynomial_float_4.__call__ ( self,
float x )

◆ deriv()

Polynomial_float_3 meshlib.mrmeshpy.Polynomial_float_4.deriv ( self)

◆ intervalMin()

float meshlib.mrmeshpy.Polynomial_float_4.intervalMin ( self,
float a,
float b )

◆ solve()

std_vector_float meshlib.mrmeshpy.Polynomial_float_4.solve ( self,
float tol )

Member Data Documentation

◆ n

typing meshlib.mrmeshpy.Polynomial_float_4.n = 5
static

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