eq(const SparseStencilMatrix< OtherValueType, STENCIL_SIZE > &other, ValueType eps=Tolerance< ValueType >::value()) const | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | inline |
getConstRow(SizeType row) const | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | inline |
getRowEditor(SizeType row) | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | inline |
getValue(SizeType row, SizeType col) const | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | inline |
isFinite() const | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | inline |
numRows() const | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | inline |
operator()(SizeType row, SizeType col) const | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | inline |
operator*=(const Scalar &s) | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | inline |
Ptr typedef | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | |
scale(const Scalar &s) | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | inline |
setValue(SizeType row, SizeType col, const ValueType &) | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | inline |
size() const | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | inline |
SparseStencilMatrix(SizeType n) | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | inline |
SparseStencilMatrix(const SparseStencilMatrix &) | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | inline |
str() const | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | inline |
sZeroValue | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | inlinestatic |
ValueType typedef | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | |
vectorMultiply(const Vector< VecValueType > &inVec, Vector< VecValueType > &resultVec) const | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | inline |
vectorMultiply(const VecValueType *inVec, VecValueType *resultVec) const | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | inline |
VectorType typedef | SparseStencilMatrix< ValueType_, STENCIL_SIZE > | |