OpenVDB 12.0.0
|
Information about the state of a conjugate gradient solution. More...
#include </private/tmp/openvdb-20241101-6830-c2ql2h/openvdb-12.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 |