LAMA
|
Structure with type definitions for reduction routines. More...
#include <LAMAInterface.hpp>
Public Types | |
typedef ValueType(* | absMaxDiffVal )(IndexType numRows, bool sortedRows, const IndexType csrIA1[], const IndexType csrJA1[], const ValueType csrValues1[], const IndexType csrIA2[], const IndexType csrJA2[], const ValueType csrValues2[]) |
Get the maximal element-wise difference for two CSR matrices. |
Structure with type definitions for reduction routines.
typedef ValueType( * lama::CSRUtilsInterface::Reductions< ValueType >::absMaxDiffVal)(IndexType numRows, bool sortedRows, const IndexType csrIA1[], const IndexType csrJA1[], const ValueType csrValues1[], const IndexType csrIA2[], const IndexType csrJA2[], const ValueType csrValues2[]) |
Get the maximal element-wise difference for two CSR matrices.
[in] | numRows | is number of rows for both matrices |
[in] | sortedRows | if true column indexes in JA arrays are sorted |
[in] | csrIA1,csrJA1,csrValues1 | is storage data of first matrix |
[in] | csrIA2,csrJA2,csrValues2 | is storage data of second matrix |