aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/Cwise_scalar_power_array.cpp
Commit message (Collapse)AuthorAge
* Generalize pow(x,e) such that x and e can be a different expression type or ↵Gravatar Gael Guennebaud2015-07-20
a scalar for either x or e. Add x.pow(e) with e an array expression.