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

Public Member Functions

float __call__ (self, float x)
 
None __init__ (self)
 
None __init__ (self, Polynomial_double_3 arg0)
 
None __init__ (self)
 
Polynomial_double_2 deriv (self)
 
float intervalMin (self, float a, float b)
 
std_vector_double solve (self, float tol)
 

Static Public Attributes

typing n = 4
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::Polynomial<double, 3>
Aliases:  Polynomial_double_4ULL_0_0_4ULL_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 mrmeshpy.Polynomial_double_3.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

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

◆ __init__() [3/3]

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

Member Function Documentation

◆ __call__()

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

◆ _pybind11_conduit_v1_()

mrmeshpy.Polynomial_double_3._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ deriv()

Polynomial_double_2 mrmeshpy.Polynomial_double_3.deriv ( self)

◆ intervalMin()

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

◆ solve()

std_vector_double mrmeshpy.Polynomial_double_3.solve ( self,
float tol )

Member Data Documentation

◆ n

typing mrmeshpy.Polynomial_double_3.n = 4
static

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