Re: [eigen] Eigen::internal::conj_helper: cj has incomplete type |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
Dear Gael,
Am 29.08.2016 um 10:32 schrieb Gael Guennebaud:
Pushed in both devel and 3.2 branches.
thanks for looking into it. It works.
In addition I just spotted a problem in
/home/peter/Eigen/eigen/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:246:11: error: ‘SparseMatrix’ does not name a type
typedef SparseMatrix<Scalar, 0, StorageIndex> ReturnType;
in eigen-eigen-614aeef31569 .
It's sufficient to include
#include <Eigen/KroneckerProduct>
to trigger the problem.
Adding in addition
#include <Eigen/Sparse>
removes the error message and it compiles fine.
Best regards,
Peter