MatrixBase_array.cpp 70 Bytes Edit Raw Blame History 1 2 3 4 Vector3d v(1,2,3); v.array() += 3; v.array() -= 2; cout << v << endl;