From 6b48e932e9b68159d2b0cc9d0d14c4025808327c Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Thu, 29 Oct 2009 21:11:05 -0400 Subject: *port the Cholesky module to the new solve() API *improve documentation --- test/lu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/lu.cpp') diff --git a/test/lu.cpp b/test/lu.cpp index b7214ae12..c46ca9130 100644 --- a/test/lu.cpp +++ b/test/lu.cpp @@ -49,8 +49,8 @@ template void lu_non_invertible() cols2 = cols = MatrixType::ColsAtCompileTime; } - typedef typename ei_lu_kernel_impl::ReturnMatrixType KernelMatrixType; - typedef typename ei_lu_image_impl ::ReturnMatrixType ImageMatrixType; + typedef typename ei_fullpivlu_kernel_impl::ReturnMatrixType KernelMatrixType; + typedef typename ei_fullpivlu_image_impl ::ReturnMatrixType ImageMatrixType; typedef Matrix DynamicMatrixType; typedef Matrix CMatrixType; -- cgit v1.2.3