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
Eigen::Matrix3f A;
I installed eigen, jupyterlab and xeus-cling as follows:
conda install -c conda-forge eigen conda install -c conda-forge jupyterlab conda install -c conda-forge xeus-cling
Then I started jupyter lab as follows:
~/workspaces/conda_py310_jupyter$ jupyter lab .
Then I tried following in new C++ notebook:
#include <eigen3/Eigen/Core> Eigen::Matrix3f A;
But it gives me following error
input_line_27:2:18: error: no matching constructor for initialization of 'Eigen::Matrix3f' (aka 'Matrix<float, 3, 3>') Eigen::Matrix3f A; ^ Interpreter Error:
Here is the screenshot:
Here is the yaml file of my conda environment (renamed to have txt extension since github does not allow to upload yaml): conda_env_py310.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I installed eigen, jupyterlab and xeus-cling as follows:
Then I started jupyter lab as follows:
Then I tried following in new C++ notebook:
But it gives me following error
Here is the screenshot:
Here is the yaml file of my conda environment (renamed to have txt extension since github does not allow to upload yaml):
conda_env_py310.txt
The text was updated successfully, but these errors were encountered: