11 cout <<
"Dot product: " << v.dot(w) << endl;
12 double dp = v.adjoint()*
w;
13 cout <<
"Dot product via a matrix product: " << dp << endl;
14 cout <<
"Cross product:\n" << v.cross(w) << endl;
Namespace containing all symbols from the Eigen library.
Array< int, Dynamic, 1 > v