Tpetra parallel linear algebra Version of the Day
Loading...
Searching...
No Matches
Namespaces | Functions
Tpetra_Details_castAwayConstDualView.hpp File Reference

Declaration and definition of Tpetra::Details::castAwayConstDualView, an implementation detail of Tpetra. More...

#include "Kokkos_DualView.hpp"

Go to the source code of this file.

Namespaces

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

Functions

template<class ValueType , class DeviceType >
Kokkos::DualView< ValueType *, DeviceType > Tpetra::Details::castAwayConstDualView (const Kokkos::DualView< const ValueType *, DeviceType > &input_dv)
 Cast away const-ness of a 1-D Kokkos::DualView.
 

Detailed Description

Declaration and definition of Tpetra::Details::castAwayConstDualView, an implementation detail of Tpetra.

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

Definition in file Tpetra_Details_castAwayConstDualView.hpp.