VisionCpp
0.0.1
|
This functor implements the power of 2 of one matrix. More...
#include <OP_PowerOf2.hpp>
Public Member Functions | |
template<typename T > | |
auto | operator() (T t) -> decltype(t *t) |
It calculates the power of 2 ( t^2 ) More... | |
This functor implements the power of 2 of one matrix.
Definition at line 26 of file OP_PowerOf2.hpp.
|
inline |
It calculates the power of 2 ( t^2 )
t | - Float matrix |
Definition at line 31 of file OP_PowerOf2.hpp.