LAMA
|
Define structure for multiplication routines. More...
#include <LAMAInterface.hpp>
Public Types | |
typedef void(* | scaleRows )(ValueType1 csrValues[], const IndexType csrIA[], const IndexType numRows, const ValueType2 values[]) |
This operation multiplies each row with an own value. |
Define structure for multiplication routines.
typedef void( * lama::CSRUtilsInterface::Scale< ValueType1, ValueType2 >::scaleRows)(ValueType1 csrValues[], const IndexType csrIA[], const IndexType numRows, const ValueType2 values[]) |
This operation multiplies each row with an own value.
csr[i,j] *= values[i], for i = 0, ..., numRows-1