#include <Xpetra_CrsMatrixUtils.hpp>
|
| static void | sortCrsEntries (const Teuchos::ArrayView< size_t > &CRS_rowptr, const Teuchos::ArrayView< LocalOrdinal > &CRS_colind, const Teuchos::ArrayView< Scalar > &CRS_vals, const UnderlyingLib lib) |
| | Sort the entries of the (raw CSR) matrix by column index within each row.
|
| |
| static void | sortAndMergeCrsEntries (const Teuchos::ArrayView< size_t > &CRS_rowptr, const Teuchos::ArrayView< LocalOrdinal > &CRS_colind, const Teuchos::ArrayView< Scalar > &CRS_vals, const UnderlyingLib lib) |
| | Sort and merge the entries of the (raw CSR) matrix by column index within each row.
|
| |
| static void | sortCrsEntries (const Teuchos::ArrayView< size_t > &CRS_rowptr, const Teuchos::ArrayView< int > &CRS_colind, const Teuchos::ArrayView< double > &CRS_vals, const UnderlyingLib lib) |
| | Sort the entries of the (raw CSR) matrix by column index within each row.
|
| |
| static void | sortAndMergeCrsEntries (const Teuchos::ArrayView< size_t > &CRS_rowptr, const Teuchos::ArrayView< int > &CRS_colind, const Teuchos::ArrayView< double > &CRS_vals, const UnderlyingLib lib) |
| | Sort and merge the entries of the (raw CSR) matrix by column index within each row.
|
| |
Definition at line 125 of file Xpetra_CrsMatrixUtils.hpp.
◆ Scalar
◆ LocalOrdinal
◆ GlobalOrdinal
◆ Node
◆ sortCrsEntries() [1/2]
◆ sortAndMergeCrsEntries() [1/2]
Sort and merge the entries of the (raw CSR) matrix by column index within each row.
Definition at line 163 of file Xpetra_CrsMatrixUtils.hpp.
◆ sortCrsEntries() [2/2]
◆ sortAndMergeCrsEntries() [2/2]
Sort and merge the entries of the (raw CSR) matrix by column index within each row.
Definition at line 102 of file Xpetra_CrsMatrixUtils.hpp.
The documentation for this class was generated from the following file: