MatrixBase_array.cpp revision c981c48f5bc9aefeffc0bcb0cc3934c2fae179dd
1Vector3d v(1,2,3);
2v.array() += 3;
3v.array() -= 2;
4cout << v << endl;
5