Returns the elementwise raising of the first argument to the power of the second argument.
- Template Parameters
-
T1 | type of first argument |
T2 | type of second argument |
- Parameters
-
a | first argument |
b | second argument |
- Returns
- the elementwise raising of the first argument to the power of the second argument.
One type must be a Container
type.
- Template Parameters
-
T1 | A Container type with a base_type that is Arithmetic or an Arithmetic |
T1 | A Container type with a base_type that is Arithmetic or an Arithmetic |
- Parameters
-
a | first argument |
b | second argument |
- Returns
- the elementwise raising of the first argument to the power of the second argument.
Definition at line 76 of file pow.hpp.