Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/complex functions #1308

Merged
merged 20 commits into from
Jun 5, 2022
Merged

Feat/complex functions #1308

merged 20 commits into from
Jun 5, 2022

Conversation

jtlap
Copy link
Collaborator

@jtlap jtlap commented Jun 4, 2022

complex functions as libc++

include/eve/module/complex/regular/complex.hpp Outdated Show resolved Hide resolved
include/eve/module/complex/regular/detail/acos.hpp Outdated Show resolved Hide resolved
include/eve/module/complex/regular/detail/arithmetic.hpp Outdated Show resolved Hide resolved
include/eve/module/complex/regular/detail/arithmetic.hpp Outdated Show resolved Hide resolved
include/eve/module/complex/regular/detail/arithmetic.hpp Outdated Show resolved Hide resolved
include/eve/module/complex/regular/detail/arithmetic.hpp Outdated Show resolved Hide resolved
include/eve/module/complex/regular/detail/math.hpp Outdated Show resolved Hide resolved
include/eve/module/complex/regular/polar.hpp Show resolved Hide resolved
static constexpr auto algt = eve::alignment_v<T>;
int size, max_iter;
T x_min, x_max, y_min, y_max, x_range, y_range;
/*eve::detail::alignas(algt)*/ std::vector<int> iterations;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the algt thing there and line 17

@jfalcou jfalcou merged commit 9fc1f46 into main Jun 5, 2022
@jfalcou jfalcou deleted the feat/complex_functions branch June 5, 2022 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants