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

Make LapackFullMatrix also work with std::complex data types. #5395

Merged
merged 1 commit into from Nov 4, 2017

Conversation

bangerth
Copy link
Member

@bangerth bangerth commented Nov 4, 2017

This is slightly complicated by the fact that the LAPACK functions sometimes have
a different signature for complex data types. This patch does not address this
-- these functions will simply fail if the signature is wrong. However, at least
we can compile things with this patch.

In reference to #2033.

This is slightly complicated by the fact that the LAPACK functions sometimes have
a different signature for complex data types. This patch does not address this
-- these functions will simply fail if the signature is wrong. However, at least
we can compile things with this patch.
@bangerth
Copy link
Member Author

bangerth commented Nov 4, 2017

/run-tests

@kronbichler kronbichler merged commit 093cf87 into dealii:master Nov 4, 2017
@bangerth bangerth deleted the more-complex-4 branch November 4, 2017 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants