Skip to content

Commit

Permalink
move complex declaration to internal namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraPerego committed Jun 22, 2024
1 parent 7b06ada commit 39a9cfd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/alpaka/math/Complex.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

namespace alpaka
{
namespace internal
{
//! Implementation of a complex number useable on host and device.
//!
//! It follows the layout of std::complex and so array-oriented access.
Expand Down Expand Up @@ -569,5 +571,6 @@ namespace alpaka
}

//! @}

}
using internal::Complex;
} // namespace alpaka

0 comments on commit 39a9cfd

Please sign in to comment.