![]() |
Generic wrapper for the inv() function. More...
#include <Inv.h>
Public Member Functions | |
Inv () | |
Default constructor of the Inv functor. | |
template<typename T > | |
decltype(auto) BLAZE_ALWAYS_INLINE | operator() (const T &a) const |
Returns the result of the inv() function for the given object/value. More... | |
Generic wrapper for the inv() function.
|
inline |