commit | ed00685137bc5b5ced47c3257ee395d858e4cc25 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sat Feb 18 22:32:35 2017 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun Feb 19 00:29:20 2017 -0800 |
tree | 4532d701b40ded9e6b709c7f853cb00771295c33 | |
parent | 6c20f20d183c025d91df90ade040b8cb809f38cc [diff] [blame] |
Added support for matrix exponential to Eigen Change-Id: I7ba752ed3250e7803880cbe40794cc1b26bacf32
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']), )