aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Cholesky
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-08-16 07:09:39 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-08-16 07:09:39 +0000
commit5546e963c922aeafd5a9f1abc47a3f0ff9081ff8 (patch)
treeaa1b8a2b0448c0aa791369168b225bd7a87ad356 /Eigen/Cholesky
parentd9d69de38240d57ae211c9f10c657bc9dfaf2e7f (diff)
bugfix in CholeskyWithoutSquareRoot::solve found by Timothy Hunter
Diffstat (limited to 'Eigen/Cholesky')
-rw-r--r--Eigen/Cholesky2
1 files changed, 2 insertions, 0 deletions
diff --git a/Eigen/Cholesky b/Eigen/Cholesky
index a0d4311f9..f5bcec52d 100644
--- a/Eigen/Cholesky
+++ b/Eigen/Cholesky
@@ -25,6 +25,8 @@ namespace Eigen {
* \endcode
*/
+#include "src/Array/CwiseOperators.h"
+#include "src/Array/Functors.h"
#include "src/Cholesky/Cholesky.h"
#include "src/Cholesky/CholeskyWithoutSquareRoot.h"