Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / libs / eigen / doc / snippets / Cwise_log.cpp
blobf7aca72fd8fa27df96c9552595d465f23cfc02e1
1 Array3d v(1,2,3);
2 cout << v.log() << endl;