You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for your great open source work. Following is my compilation error:
G3Reg/Thirdparty/clique_solver/include/clique_solver/graph.h:242:25: error: ‘using SpConstraint = using SpMat = class Eigen::SparseMatrix’ {aka ‘class Eigen::SparseMatrix’} has no member named ‘coeffs’; did you mean ‘coeff’
G3Reg/Thirdparty/clique_solver/src/clipper.cpp:164:22: error: no match for ‘operator+’ (operand types are ‘clique_solver::SpAffinity’ {aka ‘Eigen::SparseMatrix’} and ‘const IdentityReturnType’ {aka ‘const Eigen::CwiseNullaryOp<Eigen::internal::scalar_identity_op, Eigen::Matrix<double, -1, -1> >’})
The text was updated successfully, but these errors were encountered:
Thank you very much for your great open source work. Following is my compilation error:
The text was updated successfully, but these errors were encountered: