This is the complete list of members for MTLSparseMatrix< T >, including all inherited members.
BaseMatrix typedef | MTLSparseMatrix< T > | |
finish() | MTLSparseMatrix< T > | inline |
init(Pattern const &pattern) | MTLSparseMatrix< T > | inline |
init() | MTLSparseMatrix< T > | inline |
insert(size_type r, size_type c, value_type const &value) | MTLSparseMatrix< T > | inline |
matrix() | MTLSparseMatrix< T > | inline |
matrix() const | MTLSparseMatrix< T > | inline |
MTLSparseMatrix(DefaultIndexDistribution const &, DefaultIndexDistribution const &) | MTLSparseMatrix< T > | inline |
nnz() const | MTLSparseMatrix< T > | inline |
scatter(Ind const &idx, LocalMat const &mat) (defined in MTLSparseMatrix< T >) | MTLSparseMatrix< T > | inline |
scatter(RowInd const &rows, ColInd const &cols, LocalMat const &mat) (defined in MTLSparseMatrix< T >) | MTLSparseMatrix< T > | inline |
setUnitDiagonals(RowInd const &rowInd, ColInd const &colInd) (defined in MTLSparseMatrix< T >) | MTLSparseMatrix< T > | inline |
size_type typedef | MTLSparseMatrix< T > | |
symmetry() const | MTLSparseMatrix< T > | inline |
value_type typedef | MTLSparseMatrix< T > | |
zeroRows(RowInd const &rowInd, ColInd const &colInd, bool diag) | MTLSparseMatrix< T > | inline |
zeroRows(RowInd const &rowInd, bool diag) (defined in MTLSparseMatrix< T >) | MTLSparseMatrix< T > | inline |
zeroRowsColumns(RowInd const &rowInd, bool diag) (defined in MTLSparseMatrix< T >) | MTLSparseMatrix< T > | inline |
zeroRowsColumns(RowInd const &rowInd, bool diag, MTLVector< T > const &x, MTLVector< T > &b) (defined in MTLSparseMatrix< T >) | MTLSparseMatrix< T > | inline |
zeroRowsColumns(RowInd const &rowInd, ColInd const &colInd, bool diag) (defined in MTLSparseMatrix< T >) | MTLSparseMatrix< T > | inline |
zeroRowsColumns(RowInd const &rowInd, ColInd const &colInd, bool diag, MTLVector< T > const &x, MTLVector< T > &b) (defined in MTLSparseMatrix< T >) | MTLSparseMatrix< T > | inline |
zeroRowsColumnsImpl(RowInd const &rowInd, ColInd const &colInd, bool diag, MTLVector< T > const *x=nullptr, MTLVector< T > *b=nullptr) | MTLSparseMatrix< T > | inline |