commit | a87c5b75ceec81848b23b5159554e71b2fce47f3 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun Feb 19 01:55:31 2017 -0800 |
committer | Gerrit Code Review <gerrit@robotics.mvla.net> | Sun Feb 19 01:55:31 2017 -0800 |
tree | 375fad00afba8c97ad2bf64330a42a2124cb933b | |
parent | 9176903f1860cc41f885a0e2985dc40e6fafba74 [diff] | |
parent | ed00685137bc5b5ced47c3257ee395d858e4cc25 [diff] |
Merge "Added support for matrix exponential to Eigen"
diff --git a/third_party/eigen/BUILD b/third_party/eigen/BUILD index 7012271..3f4fc4c 100644 --- a/third_party/eigen/BUILD +++ b/third_party/eigen/BUILD
@@ -14,5 +14,6 @@ 'Eigen/SPQRSupport', 'Eigen/SuperLUSupport', 'Eigen/UmfPackSupport', - ]), + ]) + ['unsupported/Eigen/MatrixFunctions'] + + glob(['unsupported/Eigen/src/MatrixFunctions/*.h']), )