Removed ifdef around householder QR

release/4.3a0
Richard Roberts 2013-11-27 20:55:50 +00:00
parent 129e124539
commit 513b5fd8d6
1 changed files with 0 additions and 2 deletions

View File

@ -251,7 +251,6 @@ void householder_qr_inplace_unblocked(MatrixQR& mat, HCoeffs& hCoeffs, typename
} }
/** \internal */ /** \internal */
#ifndef EIGEN_USE_LAPACKE
template<typename MatrixQR, typename HCoeffs> template<typename MatrixQR, typename HCoeffs>
void householder_qr_inplace_blocked(MatrixQR& mat, HCoeffs& hCoeffs, void householder_qr_inplace_blocked(MatrixQR& mat, HCoeffs& hCoeffs,
typename MatrixQR::Index maxBlockSize=32, typename MatrixQR::Index maxBlockSize=32,
@ -302,7 +301,6 @@ void householder_qr_inplace_blocked(MatrixQR& mat, HCoeffs& hCoeffs,
} }
} }
} }
#endif
template<typename _MatrixType, typename Rhs> template<typename _MatrixType, typename Rhs>
struct solve_retval<HouseholderQR<_MatrixType>, Rhs> struct solve_retval<HouseholderQR<_MatrixType>, Rhs>