aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/misc/Kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/misc/Kernel.h')
-rw-r--r--Eigen/src/misc/Kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/misc/Kernel.h b/Eigen/src/misc/Kernel.h
index 908c408e9..497b42eab 100644
--- a/Eigen/src/misc/Kernel.h
+++ b/Eigen/src/misc/Kernel.h
@@ -42,7 +42,7 @@ struct ei_traits<ei_kernel_retval_base<DecompositionType> >
MatrixType::MaxColsAtCompileTime, // see explanation for 2nd template parameter
MatrixType::MaxColsAtCompileTime // the kernel is a subspace of the domain space,
// whose dimension is the number of columns of the original matrix
- > ReturnMatrixType;
+ > ReturnType;
};
template<typename _DecompositionType> struct ei_kernel_retval_base