|
Euclid
Geometry Processing and Shape Analysis in C++
|
Ricci flow solver settings.
#include <RicciFlow.h>
Public Attributes | |
| RicciFlowSolverType | type = RicciFlowSolverType::GradientDescent |
| Solver type. More... | |
| double | step = 5e-2 |
| Step size. More... | |
| double | eps = 1e-5 |
| Termination threshold. More... | |
| int | max_iters = 5000 |
| Maximum number of iterations. More... | |
| bool | verbose = false |
| Print solver status. More... | |
| double Euclid::RicciFlowSolverSettings::eps = 1e-5 |
| int Euclid::RicciFlowSolverSettings::max_iters = 5000 |
| double Euclid::RicciFlowSolverSettings::step = 5e-2 |
| RicciFlowSolverType Euclid::RicciFlowSolverSettings::type = RicciFlowSolverType::GradientDescent |
| bool Euclid::RicciFlowSolverSettings::verbose = false |