mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix bug #314: move remaining math functions from internal to numext namespace
This commit is contained in:
@@ -82,7 +82,7 @@ Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic> randMatrixSpecialUnitary(int si
|
||||
MatrixType Q = randMatrixUnitary<Scalar>(size);
|
||||
|
||||
// tweak the first column to make the determinant be 1
|
||||
Q.col(0) *= internal::conj(Q.determinant());
|
||||
Q.col(0) *= numext::conj(Q.determinant());
|
||||
|
||||
return Q;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user