OpenVDB 11.0.0
|
Information about the state of a conjugate gradient solution. More...
#include </private/tmp/openvdb-20240426-83310-mrqm9y/openvdb-11.0.0/openvdb/openvdb/math/ConjGradient.h>
Public Attributes | |
bool | success |
int | iterations |
double | relativeError |
double | absoluteError |
Information about the state of a conjugate gradient solution.
double absoluteError |
int iterations |
double relativeError |
bool success |