From 6f09d3a67d333d68e7c971147ec77600e86e93f3 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Tue, 8 Jul 2008 07:56:01 +0000 Subject: - many updates after Cwise change - fix compilation in product.cpp with std::complex - fix bug in MatrixBase::operator!= --- test/determinant.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/determinant.cpp') diff --git a/test/determinant.cpp b/test/determinant.cpp index af0a0cc3f..e19aee918 100644 --- a/test/determinant.cpp +++ b/test/determinant.cpp @@ -59,7 +59,7 @@ template void nullDeterminant(const MatrixType& m) std::cout << notInvertibleCovarianceMatrix << "\n" << notInvertibleCovarianceMatrix.determinant() << "\n"; VERIFY_IS_MUCH_SMALLER_THAN(notInvertibleCovarianceMatrix.determinant(), - notInvertibleCovarianceMatrix.cwiseAbs().maxCoeff()); + notInvertibleCovarianceMatrix.cwise().abs().maxCoeff()); VERIFY(invertibleCovarianceMatrix.inverse().exists()); -- cgit v1.2.3