Removed ifdef around householder QR
parent
129e124539
commit
513b5fd8d6
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue