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

Declaration and definition of Tpetra::Details::leftScaleLocalCrsMatrix. More...

#include "TpetraCore_config.h"
#include "Kokkos_Core.hpp"
#include "Kokkos_ArithTraits.hpp"
#include <type_traits>

Go to the source code of this file.

Classes

class  Tpetra::Details::LeftScaleLocalCrsMatrix< LocalSparseMatrixType, ScalingFactorsViewType, divide >
 Kokkos::parallel_for functor that left-scales a KokkosSparse::CrsMatrix. More...
 

Namespaces

 Tpetra
 Namespace Tpetra contains the class and methods constituting the Tpetra library.
 
 Tpetra::Details
 Nonmember function that computes a residual Computes R = B - A * X.
 

Functions

template<class LocalSparseMatrixType , class ScalingFactorsViewType >
void Tpetra::Details::leftScaleLocalCrsMatrix (const LocalSparseMatrixType &A_lcl, const ScalingFactorsViewType &scalingFactors, const bool assumeSymmetric, const bool divide=true)
 Left-scale a KokkosSparse::CrsMatrix. More...
 

Detailed Description

Declaration and definition of Tpetra::Details::leftScaleLocalCrsMatrix.

Warning
This file, and its contents, are implementation details of Tpetra. They may disappear or change at any time.

Definition in file Tpetra_Details_leftScaleLocalCrsMatrix.hpp.