|
Jpp 21.0.0-rc.3
the software that should make you happy
|
Auxiliary data structure for solution of quadratic equation. More...
#include <JMathSupportkit.hh>
Public Types | |
| enum | ROOT_t { NONE_t , SINGLE_t , DOUBLE_t } |
Public Member Functions | |
| roots_type () | |
| Default constructor. | |
| roots_type (const double x) | |
| Single value constructor. | |
| roots_type (const double x1, const double x2) | |
| Double value constructor. | |
Public Attributes | |
| double | x1 |
| double | x2 |
| enum JMATH::roots_type::ROOT_t | roots |
| type of solution | |
Auxiliary data structure for solution of quadratic equation.
Definition at line 470 of file JMath/JMathSupportkit.hh.
| Enumerator | |
|---|---|
| NONE_t | no solution |
| SINGLE_t | single value |
| DOUBLE_t | double value |
Definition at line 511 of file JMath/JMathSupportkit.hh.
|
inline |
Default constructor.
Definition at line 475 of file JMath/JMathSupportkit.hh.
|
inline |
|
inline |
| double JMATH::roots_type::x1 |
Definition at line 508 of file JMath/JMathSupportkit.hh.
| double JMATH::roots_type::x2 |
Definition at line 509 of file JMath/JMathSupportkit.hh.
| enum JMATH::roots_type::ROOT_t JMATH::roots_type::roots |
type of solution