LAMA
|
Function pointer type definitions for modification of dense storage. More...
#include <LAMAInterface.hpp>
Public Types | |
typedef void(* | scaleValue )(DenseValueType denseValues[], const IndexType numRows, const IndexType numColumns, const DenseValueType val) |
Scale all elements of the dense matrix with a value. | |
typedef void(* | setDiagonalValue )(DenseValueType denseValues[], const IndexType numRows, const IndexType numColumns, const DenseValueType val) |
Set diagonal elements with one and the same value. |
Function pointer type definitions for modification of dense storage.
typedef void( * lama::DenseUtilsInterface::Modify< DenseValueType >::scaleValue)(DenseValueType denseValues[], const IndexType numRows, const IndexType numColumns, const DenseValueType val) |
Scale all elements of the dense matrix with a value.
typedef void( * lama::DenseUtilsInterface::Modify< DenseValueType >::setDiagonalValue)(DenseValueType denseValues[], const IndexType numRows, const IndexType numColumns, const DenseValueType val) |
Set diagonal elements with one and the same value.