aimstil
5.0.5
|
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... | |
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.
Definition at line 16 of file poly_solver_policies.h.
|
inline |
Definition at line 19 of file poly_solver_policies.h.
|
inline |
Query if equation has an infinity of solutions.
Definition at line 31 of file poly_solver_policies.h.
|
inline |
Called by solver.
Definition at line 25 of file poly_solver_policies.h.