LAMA
lama::UtilsInterface::Math< ValueType > Struct Template Reference

#include <LAMAInterface.hpp>

Public Types

typedef void(* invert )(ValueType array[], const IndexType n)
 Set array[i] = 1.0 / array[i], 0 <= i < n.

template<typename ValueType>
struct lama::UtilsInterface::Math< ValueType >


Member Typedef Documentation

template<typename ValueType >
typedef void( * lama::UtilsInterface::Math< ValueType >::invert)(ValueType array[], const IndexType n)

Set array[i] = 1.0 / array[i], 0 <= i < n.

Parameters:
[in,out]arrayis the array to invert
nis the number of entries to invert

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