HDK
|
#include <ConjGradient.h>
Public Member Functions | |
DeterministicDotProductOp (const T *a_, const T *b_, const SizeType binCount_, const SizeType arraySize_, T *reducetmp_) | |
void | operator() (const SizeRange &range) const |
Public Attributes | |
const T * | a |
const T * | b |
const SizeType | binCount |
const SizeType | arraySize |
T * | reducetmp |
Definition at line 631 of file ConjGradient.h.
|
inline |
Definition at line 633 of file ConjGradient.h.
|
inline |
Definition at line 637 of file ConjGradient.h.
const T* openvdb::OPENVDB_VERSION_NAME::math::pcg::Vector< ValueType >::DeterministicDotProductOp::a |
Definition at line 655 of file ConjGradient.h.
const SizeType openvdb::OPENVDB_VERSION_NAME::math::pcg::Vector< ValueType >::DeterministicDotProductOp::arraySize |
Definition at line 658 of file ConjGradient.h.
const T* openvdb::OPENVDB_VERSION_NAME::math::pcg::Vector< ValueType >::DeterministicDotProductOp::b |
Definition at line 656 of file ConjGradient.h.
const SizeType openvdb::OPENVDB_VERSION_NAME::math::pcg::Vector< ValueType >::DeterministicDotProductOp::binCount |
Definition at line 657 of file ConjGradient.h.
T* openvdb::OPENVDB_VERSION_NAME::math::pcg::Vector< ValueType >::DeterministicDotProductOp::reducetmp |
Definition at line 659 of file ConjGradient.h.