Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
Tpetra_computeRowAndColumnOneNorms_decl.hpp File Reference

Declaration of Tpetra::computeRowAndColumnOneNorms. More...

#include "TpetraCore_config.h"
#include "Kokkos_ArithTraits.hpp"
#include "Tpetra_Details_EquilibrationInfo.hpp"
#include "Tpetra_RowMatrix_fwd.hpp"

Go to the source code of this file.

Namespaces

 Tpetra
 Namespace Tpetra contains the class and methods constituting the Tpetra library.
 

Functions

template<class SC , class LO , class GO , class NT >
Details::EquilibrationInfo
< typename Kokkos::ArithTraits
< SC >::val_type, typename
NT::device_type > 
Tpetra::computeRowOneNorms (const Tpetra::RowMatrix< SC, LO, GO, NT > &A)
 Compute global row one-norms ("row sums") of the input sparse matrix A, in a way suitable for one-sided (left only) equilibration. More...
 
template<class SC , class LO , class GO , class NT >
Details::EquilibrationInfo
< typename Kokkos::ArithTraits
< SC >::val_type, typename
NT::device_type > 
Tpetra::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, in a way suitable for two-sided (left and right) equilibration. More...
 

Detailed Description

Declaration of Tpetra::computeRowAndColumnOneNorms.

Definition in file Tpetra_computeRowAndColumnOneNorms_decl.hpp.