Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Data Fields
MathSys::NewtonBoundsN< N > Struct Template Reference

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.
 

Detailed Description

template<int N>
struct MathSys::NewtonBoundsN< N >

Box bounds for N-dimensional solver.

Field Documentation

◆ HasBounds

template<int N>
bool MathSys::NewtonBoundsN< N >::HasBounds = true

True to apply bounds.

◆ Max

template<int N>
std::array<double, N> MathSys::NewtonBoundsN< N >::Max = {}

Upper bounds.

◆ Min

template<int N>
std::array<double, N> MathSys::NewtonBoundsN< N >::Min = {}

Lower bounds.


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