1
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-07-19 03:14:30 +08:00

Fix vompilation of bdcsvd with ICC.

This commit is contained in:
Gael Guennebaud 2013-07-17 09:20:30 +02:00
parent db8e88c936
commit e3774e93b7

@ -37,10 +37,14 @@ namespace Eigen {
template<typename _MatrixType>
class BDCSVD : public SVDBase<_MatrixType>
{
typedef SVDBase<_MatrixType> Base;
public:
using Base::rows;
using Base::cols;
typedef _MatrixType MatrixType;
typedef typename SVDBase<_MatrixType>::MatrixType::Scalar Scalar;
typedef typename MatrixType::Scalar Scalar;
typedef typename NumTraits<typename MatrixType::Scalar>::Real RealScalar;
typedef typename MatrixType::Index Index;
enum {