From b8106e97b40b3a4f4653642e9f244bdae058437b Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 24 Aug 2009 09:46:17 -0400 Subject: add logAbsDeterminant() move log and exp functors from Array to Core update documentation --- test/qr_fullpivoting.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/qr_fullpivoting.cpp') diff --git a/test/qr_fullpivoting.cpp b/test/qr_fullpivoting.cpp index d784e0d43..a6430e6f1 100644 --- a/test/qr_fullpivoting.cpp +++ b/test/qr_fullpivoting.cpp @@ -99,6 +99,7 @@ template void qr_invertible() m1 = m3 * m1 * m3; qr.compute(m1); VERIFY_IS_APPROX(absdet, qr.absDeterminant()); + VERIFY_IS_APPROX(ei_log(absdet), qr.logAbsDeterminant()); } template void qr_verify_assert() -- cgit v1.2.3