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