LAMA
|
#include <LAMAInterface.hpp>
Public Types | |
typedef void(* | setVal )(ValueType array[], const IndexType n, const ValueType val) |
Set all elements of a contiguous array with a value. | |
typedef void(* | setOrder )(ValueType array[], const IndexType n) |
Set all elements of a contiguous array with its order number 0, 1, 2, ... |
typedef void( * lama::UtilsInterface::Setter< ValueType >::setOrder)(ValueType array[], const IndexType n) |
Set all elements of a contiguous array with its order number 0, 1, 2, ...
typedef void( * lama::UtilsInterface::Setter< ValueType >::setVal)(ValueType array[], const IndexType n, const ValueType val) |
Set all elements of a contiguous array with a value.