HDK
|
This is the complete list of members for UT_SparseMatrixRowT< T >, including all inherited members.
buildFrom(UT_SparseMatrixT< T, false > &m, bool invertdiag=false, T tol=1e-5f) | UT_SparseMatrixRowT< T > | |
const | UT_SparseMatrixRowT< T > | |
findCellFromRow(int row) const | UT_SparseMatrixRowT< T > | inline |
getDiagonalInv(UT_VectorT< T > &out) const | UT_SparseMatrixRowT< T > | |
getMemoryUsage() const | UT_SparseMatrixRowT< T > | |
getNumCols() const | UT_SparseMatrixRowT< T > | inline |
getNumRows() const | UT_SparseMatrixRowT< T > | inline |
multVecAndDot(const UT_VectorT< T > &v, UT_VectorT< T > &result, fpreal64 *dotpq) const | UT_SparseMatrixRowT< T > | |
result | UT_SparseMatrixRowT< T > | |
shouldMultiThread() const | UT_SparseMatrixRowT< T > | inline |
solveConjugateGradient(UT_VectorT< T > &x, const UT_VectorT< T > &b, const UT_SparseMatrixRowT< T > *GT, T tol2=1e-5, int max_iters=-1, int *iterout=NULL) const | UT_SparseMatrixRowT< T > | |
solveLowerTriangularTransposeNegate(UT_VectorT< T > &x, const UT_VectorT< T > &b, T tol=1e-5) const | UT_SparseMatrixRowT< T > | |
solveUpperTriangular(UT_VectorT< T > &x, const UT_VectorT< T > &b, T tol=1e-5) const | UT_SparseMatrixRowT< T > | |
THREADED_METHOD2_CONST(UT_SparseMatrixRowT, shouldMultiThread(), multVec, const UT_VectorT< T > &, v, UT_VectorT< T > &, result) void multVecPartial(const UT_VectorT< T > &v | UT_SparseMatrixRowT< T > | |
UT_SparseMatrixRowT() | UT_SparseMatrixRowT< T > | |
~UT_SparseMatrixRowT() | UT_SparseMatrixRowT< T > |