Fixed compile problems and warnings on linux

release/4.3a0
Richard Roberts 2013-11-27 21:46:06 +00:00
parent 9b8004d780
commit 3f92ebb0d5
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ void householder_qr_inplace_unblocked(MatrixQR& mat, HCoeffs& hCoeffs, typename
}
/** \internal */
template<typename MatrixQR, typename HCoeffs, typename Scalar = MatrixQR::Scalar>
template<typename MatrixQR, typename HCoeffs, typename MatrixQRScalar = typename MatrixQR::Scalar>
struct householder_qr_inplace_blocked
{
// This is specialized for MKL-supported Scalar types in HouseholderQR_MKL.h