LAMA
|
#include <LAMAInterface.hpp>
Public Types | |
typedef void(* | invert )(ValueType array[], const IndexType n) |
Set array[i] = 1.0 / array[i], 0 <= i < n. |
typedef void( * lama::UtilsInterface::Math< ValueType >::invert)(ValueType array[], const IndexType n) |
Set array[i] = 1.0 / array[i], 0 <= i < n.
[in,out] | array | is the array to invert |
n | is the number of entries to invert |