|
Xpetra Version of the Day
|
#include <Xpetra_CrsMatrixUtils.hpp>
Static Public Member Functions | |
| 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. | |
Private Types | |
| typedef double | Scalar |
| typedef int | LocalOrdinal |
| typedef int | GlobalOrdinal |
| typedef EpetraNode | Node |
Definition at line 85 of file Xpetra_CrsMatrixUtils.hpp.
|
private |
Definition at line 86 of file Xpetra_CrsMatrixUtils.hpp.
|
private |
Definition at line 87 of file Xpetra_CrsMatrixUtils.hpp.
|
private |
Definition at line 88 of file Xpetra_CrsMatrixUtils.hpp.
|
private |
Definition at line 89 of file Xpetra_CrsMatrixUtils.hpp.
|
inlinestatic |
Sort the entries of the (raw CSR) matrix by column index within each row.
Definition at line 95 of file Xpetra_CrsMatrixUtils.hpp.
|
inlinestatic |
Sort and merge the entries of the (raw CSR) matrix by column index within each row.
Definition at line 120 of file Xpetra_CrsMatrixUtils.hpp.