We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MA86 Z headers are not working with C++ when std::complex includes are present.
A temporary dirty-ish fix below.
Edit 'hsl_mc69z.hpp" and "hsl_ma86z.hpp" as in 2, 3, and 4 below.
#include <complex.h>
#ifdef __cplusplus extern "C" { #endif
replace "complex" with "_Complex" whenever occurs in "double complex" or "complex double"
before the last #endif insert these lines
#endif
#ifdef __cplusplus } #endif
The text was updated successfully, but these errors were encountered:
became obsolete in some sense. umfpack is used now instead as it turned out that the Kron reduction needs to factorizations of nonsymmetric matrices.
Sorry, something went wrong.
Merge branch 'shri/scopflow-add-pips' into 'shri/scopflow-major-refac…
abac32d
…tor' Refactorted PIPS implementation for SCOPFLOW. Fixes #15 See merge request exasgd/frameworks/scopflow!1
Merge branch 'shri/scopflow-major-refactor' into 'master'
2bf8922
Shri/scopflow major refactor Closes #1, #2, #3, #4, #5, #6, #7, #8, #9, #10, #11, #12, #14, #17, #18, and #15 See merge request exasgd/frameworks/scopflow!2
No branches or pull requests
MA86 Z headers are not working with C++ when std::complex includes are present.
A temporary dirty-ish fix below.
Edit 'hsl_mc69z.hpp" and "hsl_ma86z.hpp" as in 2, 3, and 4 below.
#include <complex.h>
add these linesreplace "complex" with "_Complex" whenever occurs in "double complex" or "complex double"
before the last
#endif
insert these linesThe text was updated successfully, but these errors were encountered: