OpenVDB  9.0.1
Public Member Functions | Public Attributes | List of all members
LinearOp< T > Struct Template Reference

#include <openvdb/math/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
 

Constructor & Destructor Documentation

LinearOp ( const T &  a_,
const T *  x_,
const T *  y_,
T *  out_ 
)
inline

Member Function Documentation

void operator() ( const SizeRange range) const
inline

Member Data Documentation

const T a
T* out
const T * x
const T * y