Eigen 3.4.90
doc
snippets
Cwise_inverse.cpp
Go to the documentation of this file.
1
Array3d
v
(2,3,4);
2
cout <<
v
.inverse() << endl;
v
Array3d v(2, 3, 4)
Eigen::Array3d
Array< double, 3, 1 > Array3d
Definition:
Array.h:346