From e43934d60f20d3f3884493d542bdcb0cb330c39a Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Fri, 26 Jul 2013 13:51:10 +0100 Subject: MatrixFunctions: Clean up StemFunction.h --- unsupported/test/matrix_function.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported/test/matrix_function.cpp') diff --git a/unsupported/test/matrix_function.cpp b/unsupported/test/matrix_function.cpp index 3c76cfb65..487d5a9b8 100644 --- a/unsupported/test/matrix_function.cpp +++ b/unsupported/test/matrix_function.cpp @@ -102,7 +102,7 @@ void testMatrixExponential(const MatrixType& A) typedef typename NumTraits::Real RealScalar; typedef std::complex ComplexScalar; - VERIFY_IS_APPROX(A.exp(), A.matrixFunction(StdStemFunctions::exp)); + VERIFY_IS_APPROX(A.exp(), A.matrixFunction(internal::stem_function_exp)); } template -- cgit v1.2.3