|
HDK
|
Read/write accessor to a row of this matrix. More...
#include <ConjGradient.h>
Inheritance diagram for openvdb::OPENVDB_VERSION_NAME::math::pcg::SparseStencilMatrix< ValueType, STENCIL_SIZE >::RowEditor:Public Member Functions | |
| RowEditor (ValueType *valueHead, SizeType *columnHead, SizeType &rowSize, SizeType colSize) | |
| void | clear () |
| Set the number of entries in this row to zero. More... | |
| SizeType | setValue (SizeType column, const ValueType &value) |
| Set the value of the entry in the specified column. More... | |
| template<typename Scalar > | |
| void | scale (const Scalar &) |
| Scale all of the entries in this row. More... | |
| template<typename Scalar > | |
| RowEditor & | operator*= (const Scalar &s) |
| Scale all of the entries in this row. More... | |
Read/write accessor to a row of this matrix.
Definition at line 419 of file ConjGradient.h.
|
inline |
Definition at line 1203 of file ConjGradient.h.
|
inline |
Set the number of entries in this row to zero.
Definition at line 1212 of file ConjGradient.h.
|
inline |
Scale all of the entries in this row.
Definition at line 435 of file ConjGradient.h.
|
inline |
Scale all of the entries in this row.
Definition at line 1263 of file ConjGradient.h.
|
inline |
Set the value of the entry in the specified column.
Definition at line 1221 of file ConjGradient.h.