-
### Brief Issue Summary
When using FetchContent together with cmake preset with a separate build directory, Intellisense does not find included files.
I think it is the minimal examp…
-
**Problem description**
Lines 100-104 introduced as part of 2511421 is preventing me from installing any update beyond this commit
I'm using scons 4.1.0
**Steps to reproduce**
`sc…
-
Hello! I am trying to integrate FloatX into the Eigen library. One particular portion (`Eigen::HouseholderQR` matrix) is giving me some trouble. In particular, I'm getting the following error, which I…
-
Doesn't the Eigen QR function construct a M x M matrix for the HouseholderQR?
The thin Q matrix is obtained like this for qr(G):
MatrixXd Q = qr.householderQ() * MatrixXd::Identity(m, t);
But t…
-
Hi
I'm having issues with Clang/GCC. Does anyone have any tips on fixing? I'm seeing this across installs and not just specific to scikit-survival.
**Code Sample to Reproduce the Bug**
`pip i…
-
When I try running the Implicit Galerkin Residual API with epetra vectors, it computes NaNs when dividing by the gradientNorm0, which in my case is 0.0. The specific case has a Galerkin DefaultProblem…
-
Thanks for this great project!
In my program, QR decomposition is calculated with Eigen function HouseholderQR. After linking to OpenBLAS with Eigen API "EIGEN_USE_BLAS", the decomposition cost les…
-
When I run cartographer,there is a segment fault on ceres as followed:
```
Thread 2 received signal SIGSEGV, Segmentation fault.
[Switching to Thread 572.576]
Eigen::internal::gemm_pack_rhs::ope…
-
I try to install it on OS win10(64bits), but I fail to run command "python setup.py install". Before installation, I install Cython with command "conda install Cython" as it required. If you have fixe…
-
Hi, I'm trying to install eigency on my machine. For some reason it does not work. I tried with Python 3.8 and 3.7 and get the same error, see below the full log:
```
> pip install eigency
Coll…