MatrixBase_cwiseSqrt.cpp revision c981c48f5bc9aefeffc0bcb0cc3934c2fae179dd
1Vector3d v(1,2,4);
2cout << v.cwiseSqrt() << endl;
3