aimstil  5.0.5
til::math::policy::InfinitySolutions_Advertise Class Reference

If the polynomial has an infinity of solutions, set a flag to true that can be queried. More...

#include <cathier/poly_solver_policies.h>

Public Types

typedef InfinitySolutions_Advertise Self
 

Public Member Functions

 InfinitySolutions_Advertise ()
 
template<typename TPrec >
void operator() (PolySolver_real< TPrec, Self > &solver)
 Called by solver. More...
 
bool hasInfSols ()
 Query if equation has an infinity of solutions. More...
 

Detailed Description

If the polynomial has an infinity of solutions, set a flag to true that can be queried.

Definition at line 12 of file poly_solver_policies.h.

Member Typedef Documentation

◆ Self

Constructor & Destructor Documentation

◆ InfinitySolutions_Advertise()

til::math::policy::InfinitySolutions_Advertise::InfinitySolutions_Advertise ( )
inline

Definition at line 19 of file poly_solver_policies.h.

Member Function Documentation

◆ hasInfSols()

bool til::math::policy::InfinitySolutions_Advertise::hasInfSols ( )
inline

Query if equation has an infinity of solutions.

Definition at line 31 of file poly_solver_policies.h.

◆ operator()()

template<typename TPrec >
void til::math::policy::InfinitySolutions_Advertise::operator() ( PolySolver_real< TPrec, Self > &  solver)
inline

Called by solver.

Definition at line 25 of file poly_solver_policies.h.


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