Eigen 3.4.90
doc
snippets
Cwise_pow.cpp
Go to the documentation of this file.
1
Array3d
v
(8,27,64);
2
cout <<
v
.pow(0.333333) << endl;
v
Array3d v(8, 27, 64)
Eigen::Array3d
Array< double, 3, 1 > Array3d
Definition:
Array.h:346