OpenVDB  9.0.1
Public Attributes | List of all members
State Struct Reference

Information about the state of a conjugate gradient solution. More...

#include <openvdb/math/ConjGradient.h>

Public Attributes

bool success
 
int iterations
 
double relativeError
 
double absoluteError
 

Detailed Description

Information about the state of a conjugate gradient solution.

Member Data Documentation

double absoluteError
int iterations
double relativeError
bool success