This is the complete list of members for MatrixFacade< T, MatrixImpl >, including all inherited members.
| finish() | MatrixFacade< T, MatrixImpl > | inline |
| impl() const | MatrixFacade< T, MatrixImpl > | inline |
| impl() (defined in MatrixFacade< T, MatrixImpl >) | MatrixFacade< T, MatrixImpl > | inline |
| impl_ | MatrixFacade< T, MatrixImpl > | protected |
| init(SparsityPattern const &pattern) | MatrixFacade< T, MatrixImpl > | inline |
| init() | MatrixFacade< T, MatrixImpl > | inline |
| insert(RowIndex const &row, ColIndex const &col, typename Impl::value_type const &value) | MatrixFacade< T, MatrixImpl > | inline |
| MatrixFacade(RowBasis const &rowBasis, ColBasis const &colBasis) | MatrixFacade< T, MatrixImpl > | inline |
| nnz() const | MatrixFacade< T, MatrixImpl > | inline |
| scatter(RowLocalView const &r, ColLocalView const &c, LocalMatrix const &localMatrix) | MatrixFacade< T, MatrixImpl > | inline |
| zeroRows(std::vector< Idx > const &ind, bool diag) | MatrixFacade< T, MatrixImpl > | inline |
| zeroRows(std::vector< RowIdx > const &rowInd, std::vector< ColIdx > const &colInd, bool diag) | MatrixFacade< T, MatrixImpl > | inline |
| zeroRowsColumns(std::vector< Idx > const &ind, bool diag, VecX const &x, VecB &b) | MatrixFacade< T, MatrixImpl > | inline |
| zeroRowsColumns(std::vector< Idx > const &ind, bool diag) | MatrixFacade< T, MatrixImpl > | inline |
| zeroRowsColumns(std::vector< RowIdx > const &rowInd, std::vector< ColIdx > const &colInd, bool diag, VecX const &x, VecB &b) | MatrixFacade< T, MatrixImpl > | inline |
| zeroRowsColumns(std::vector< RowIdx > const &rowInd, std::vector< ColIdx > const &colInd, bool diag) | MatrixFacade< T, MatrixImpl > | inline |