games202-hw/hw2/prt/ext/eigen/doc/snippets/Cwise_sqrt.cpp

3 lines
44 B
C++

Array3d v(1,2,4);
cout << v.sqrt() << endl;