mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-13 08:31:48 +08:00
Use numext::sqrt in Householder.h.
(cherry picked from commit 0e083b172e2e7d7527f15d5c5e8703a8e0f17109)
This commit is contained in:
parent
3df7d7fec9
commit
b9ac284e52
@ -69,7 +69,7 @@ void MatrixBase<Derived>::makeHouseholder(
|
||||
Scalar& tau,
|
||||
RealScalar& beta) const
|
||||
{
|
||||
using std::sqrt;
|
||||
using numext::sqrt;
|
||||
using numext::conj;
|
||||
|
||||
EIGEN_STATIC_ASSERT_VECTOR_ONLY(EssentialPart)
|
||||
|
Loading…
x
Reference in New Issue
Block a user