HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::math::pcg::State Struct Reference

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

#include <ConjGradient.h>

Public Attributes

bool success
 
int iterations
 
double relativeError
 
double absoluteError
 

Detailed Description

Information about the state of a conjugate gradient solution.

Definition at line 46 of file ConjGradient.h.

Member Data Documentation

double openvdb::OPENVDB_VERSION_NAME::math::pcg::State::absoluteError

Definition at line 50 of file ConjGradient.h.

int openvdb::OPENVDB_VERSION_NAME::math::pcg::State::iterations

Definition at line 48 of file ConjGradient.h.

double openvdb::OPENVDB_VERSION_NAME::math::pcg::State::relativeError

Definition at line 49 of file ConjGradient.h.

bool openvdb::OPENVDB_VERSION_NAME::math::pcg::State::success

Definition at line 47 of file ConjGradient.h.


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