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:
@@ -156,7 +156,7 @@ template<typename Scalar> void packetmath()
|
||||
CHECK_CWISE2(REF_DIV, internal::pdiv);
|
||||
#endif
|
||||
CHECK_CWISE1(internal::negate, internal::pnegate);
|
||||
CHECK_CWISE1(internal::conj, internal::pconj);
|
||||
CHECK_CWISE1(numext::conj, internal::pconj);
|
||||
|
||||
for(int offset=0;offset<3;++offset)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user