commit | de150b1e14b5f7fc6f4831b6cd982d3272ca3aca | [log] [tgz] |
---|---|---|
author | Jitse Niesen <jitse@maths.leeds.ac.uk> | Thu Jun 19 15:12:33 2014 +0100 |
committer | Jitse Niesen <jitse@maths.leeds.ac.uk> | Thu Jun 19 15:12:33 2014 +0100 |
tree | d0d713b20180b78c30f53a089c524202e1c8c5ab | |
parent | 55453c51e8c7d7d69ffa67777ad3355ab9c6f771 [diff] |
Add documentation and very simple test for array atan(), part 2 (files I forget in the previous commit).
diff --git a/doc/snippets/Cwise_atan.cpp b/doc/snippets/Cwise_atan.cpp new file mode 100644 index 0000000..4468447 --- /dev/null +++ b/doc/snippets/Cwise_atan.cpp
@@ -0,0 +1,2 @@ +ArrayXd v = ArrayXd::LinSpaced(5,0,1); +cout << v.atan() << endl;