![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Box bounds for N-dimensional solver. More...
#include <MathSys_NewtonTypes.hxx>
Data Fields | |
| std::array< double, N > | Min = {} |
| Lower bounds. | |
| std::array< double, N > | Max = {} |
| Upper bounds. | |
| bool | HasBounds = true |
| True to apply bounds. | |
Box bounds for N-dimensional solver.
| bool MathSys::NewtonBoundsN< N >::HasBounds = true |
True to apply bounds.
| std::array<double, N> MathSys::NewtonBoundsN< N >::Max = {} |
Upper bounds.
| std::array<double, N> MathSys::NewtonBoundsN< N >::Min = {} |
Lower bounds.