mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-03 06:50:57 +08:00
Fix vompilation of bdcsvd with ICC.
This commit is contained in:
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user