Files
eigen/doc/snippets/Cwise_arg.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
85 B
C++
Raw Permalink Normal View History

2015-03-17 03:40:28 +10:00
ArrayXcf v = ArrayXcf::Random(3);
cout << v << endl << endl;
cout << arg(v) << endl;