Kokkos Core Kernels Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
List of all members
Kokkos::Sequential::AddMatrixEntries< ScalarType > Class Template Reference

Compute C_ij = alpha * A_ij + beta * B_ij. More...

#include <Kokkos_Sequential_AddSparseMatrices.hpp>

Detailed Description

template<class ScalarType>
class Kokkos::Sequential::AddMatrixEntries< ScalarType >

Compute C_ij = alpha * A_ij + beta * B_ij.

You can use this function object in mergeRows() to compute the sum C(i,:) = alpha*A(i,:) + beta*B(i,:).

Definition at line 127 of file Kokkos_Sequential_AddSparseMatrices.hpp.


The documentation for this class was generated from the following file: