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
So there is the question. Do you have any plan to create a C++ library which could be used without Python bindings?
The text was updated successfully, but these errors were encountered:
I don't have any plans for that. It's possible that you could find your way around the C++ source which lives here:
https://github.com/dfm/george/tree/main/src/george/include/george
but it wasn't designed for public consumption really. If you're interested in the fast HODLR solver, a better pure-C++ interface lives at:
https://hodlrlib.readthedocs.io/en/latest/
Sorry, something went wrong.
No branches or pull requests
So there is the question. Do you have any plan to create a C++ library which could be used without Python bindings?
The text was updated successfully, but these errors were encountered: