Skip to content
MatrixBase_cwiseSqrt.cpp 50 B
Newer Older
Luker's avatar
Luker committed
Vector3d v(1,2,4);
cout << v.cwiseSqrt() << endl;