![]() |
CUSP
|
#include <functional.h>
Public Methods | |
| _CCCL_HOST_DEVICE cusp::norm_type< T >::type | operator() (const T &t) const |
Return the squared absolute value of t. | |
abs_squared_functor is a function object that computes the square of the absolute value of a given element.
| T | is a model of Assignable, and if x is an object of type T, then x=c must be defined and must have a return type that is convertible to T. |
abs_squared_functor is a function object. Specifically, it is an Adaptable Unary Function. If f(c) is an object of class abs_squared_functor<T>, and x is an object of class T, then f(x) returns |x|*|x|.Definition at line 667 of file functional.h.
|
inline |
Return the squared absolute value of t.
Definition at line 672 of file functional.h.