swap_2.cpp
Go to the documentation of this file.
1 #include "../Eigen/Core"
2 
3 using namespace Eigen;
4 
5 int main()
6 {
7  VectorXf a(10), b(10);
8  VectorXf const &ac(a);
9 #ifdef EIGEN_SHOULD_FAIL_TO_BUILD
10  b.swap(ac);
11 #else
12  b.swap(ac.const_cast_derived());
13 #endif
14 }
int main()
Definition: swap_2.cpp:5
Scalar * b
Definition: benchVecAdd.cpp:17
Namespace containing all symbols from the Eigen library.
Definition: jet.h:637
Array33i a


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:45:07