aboutsummaryrefslogtreecommitdiff
path: root/README.android
diff options
context:
space:
mode:
Diffstat (limited to 'README.android')
-rw-r--r--README.android13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.android b/README.android
new file mode 100644
index 000000000..6610a1a6e
--- /dev/null
+++ b/README.android
@@ -0,0 +1,13 @@
+Eigen 3.1.1
+-----------
+
+Eigen is a C++ template library for linear algebra: matrices, vectors,
+numerical solvers, and related algorithms.
+
+Website: http://eigen.tuxfamily.org/
+
+v3.1.1. Released on July 22, 2012. This is a copy of the source
+distribution from http://bitbucket.org/eigen/eigen/get/3.1.1.tar.gz.
+
+Non MPL2 license code is disabled. Trying to include such files will
+lead to an error. See ./Eigen/src/Core/util/NonMPL2.h for details.