42 #ifndef TPETRA_COMPUTEROWANDCOLUMNONENORMS_DECL_HPP 43 #define TPETRA_COMPUTEROWANDCOLUMNONENORMS_DECL_HPP 48 #include "TpetraCore_config.h" 49 #include "Kokkos_ArithTraits.hpp" 83 template<
class SC,
class LO,
class GO,
class NT>
84 Details::EquilibrationInfo<typename Kokkos::ArithTraits<SC>::val_type,
85 typename NT::device_type>
87 const bool assumeSymmetric);
91 #endif // TPETRA_COMPUTEROWANDCOLUMNONENORMS_DECL_HPP Namespace Tpetra contains the class and methods constituting the Tpetra library.
Forward declaration of Tpetra::RowMatrix.
Declaration of Tpetra::Details::EquilibrationInfo.
Details::EquilibrationInfo< typename Kokkos::ArithTraits< SC >::val_type, typename NT::device_type > computeRowAndColumnOneNorms(const Tpetra::RowMatrix< SC, LO, GO, NT > &A, const bool assumeSymmetric)
Compute global row and column one-norms ("row sums" and "column sums") of the input sparse matrix A...
A read-only, row-oriented interface to a sparse matrix.