Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
igl::active_set_params Struct Reference

#include <src/libigl/igl/active_set.h>

Public Member Functions

 active_set_params ()
 

Public Attributes

bool Auu_pd
 
int max_iter
 
double inactive_threshold
 
double constraint_threshold
 
double solution_diff_threshold
 

Detailed Description

Constructor & Destructor Documentation

◆ active_set_params()

igl::active_set_params::active_set_params ( )
inline
98 :
99 Auu_pd(false),
100 max_iter(100),
104 {};
const double DOUBLE_EPS
Definition EPS.h:14
bool Auu_pd
Definition active_set.h:93
double solution_diff_threshold
Definition active_set.h:97
int max_iter
Definition active_set.h:94
double constraint_threshold
Definition active_set.h:96
double inactive_threshold
Definition active_set.h:95

Member Data Documentation

◆ Auu_pd

bool igl::active_set_params::Auu_pd

◆ constraint_threshold

double igl::active_set_params::constraint_threshold

◆ inactive_threshold

double igl::active_set_params::inactive_threshold

Referenced by igl::active_set().

◆ max_iter

int igl::active_set_params::max_iter

Referenced by igl::active_set(), and igl::bbw().

◆ solution_diff_threshold

double igl::active_set_params::solution_diff_threshold

Referenced by igl::active_set().


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