HDK
|
#include <ConjGradient.h>
Public Member Functions | |
LinearOp (const T &a_, const T *x_, const T *y_, T *out_) | |
void | operator() (const SizeRange &range) const |
Public Attributes | |
const T | a |
const T * | x |
const T * | y |
T * | out |
Definition at line 520 of file ConjGradient.h.
|
inline |
Definition at line 522 of file ConjGradient.h.
|
inline |
Definition at line 524 of file ConjGradient.h.
const T openvdb::OPENVDB_VERSION_NAME::math::pcg::internal::LinearOp< T >::a |
Definition at line 534 of file ConjGradient.h.
T* openvdb::OPENVDB_VERSION_NAME::math::pcg::internal::LinearOp< T >::out |
Definition at line 535 of file ConjGradient.h.
const T * openvdb::OPENVDB_VERSION_NAME::math::pcg::internal::LinearOp< T >::x |
Definition at line 534 of file ConjGradient.h.
const T * openvdb::OPENVDB_VERSION_NAME::math::pcg::internal::LinearOp< T >::y |
Definition at line 534 of file ConjGradient.h.