-
Notifications
You must be signed in to change notification settings - Fork 18
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
header file #1
Comments
There are examples at https://github.com/garrison/eigen3-hdf5#api Do you have a more specific question or issue? |
Yes, I saw them but when I try compile my code with g++ my compiler could not recognize .hpp header files . |
Did you include the directory containing
|
I think it works for sparse matrix under some especial circumstance . |
Oh yes, I also use the |
Unfortunately I got new errors , do you have idea about it ? In file included from /home/mohammad/Documents/eigen3-hdf5/eigen3-hdf5-sparse.hpp:6:0, |
Are you using version 1.8.12 or higher of the HDF5 C++ library? |
yes, it is 1.8.12 |
Sorry , it is 1.8.11 |
If you absolutely must use 1.8.11, try version f85a82b of eigen3-hdf5. This is the last commit before I began requiring 1.8.12. |
How can I use these .hpp files with g++ compiler ?
The text was updated successfully, but these errors were encountered: