carl  24.04
Computer ARithmetic Library
carl::SimpleNewton< Polynomial > Class Template Reference

#include <Contraction.h>

Public Member Functions

template<typename evalType >
bool contract (const Interval< double >::evalintervalmap &intervals, Variable::Arg variable, const evalType &constraint, const evalType &derivative, Interval< double > &resA, Interval< double > &resB, bool useNiceCenter=false)
 

Detailed Description

template<typename Polynomial>
class carl::SimpleNewton< Polynomial >

Definition at line 490 of file Contraction.h.

Member Function Documentation

◆ contract()

template<typename Polynomial >
template<typename evalType >
bool carl::SimpleNewton< Polynomial >::contract ( const Interval< double >::evalintervalmap &  intervals,
Variable::Arg  variable,
const evalType &  constraint,
const evalType &  derivative,
Interval< double > &  resA,
Interval< double > &  resB,
bool  useNiceCenter = false 
)
inline

Definition at line 494 of file Contraction.h.

Here is the call graph for this function:

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