mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-10 23:09:06 +08:00
Use numext::sqrt in Householder.h.
This commit is contained in:
parent
37673ca1bc
commit
0e083b172e
@ -71,7 +71,7 @@ void MatrixBase<Derived>::makeHouseholder(
|
|||||||
Scalar& tau,
|
Scalar& tau,
|
||||||
RealScalar& beta) const
|
RealScalar& beta) const
|
||||||
{
|
{
|
||||||
using std::sqrt;
|
using numext::sqrt;
|
||||||
using numext::conj;
|
using numext::conj;
|
||||||
|
|
||||||
EIGEN_STATIC_ASSERT_VECTOR_ONLY(EssentialPart)
|
EIGEN_STATIC_ASSERT_VECTOR_ONLY(EssentialPart)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user