Eigen::Ref 和 const_cast

问题描述

在 C++ 中,我可以使用 const Eigen::VectorXd&Eigen::VectorXd& 对象转换为 Eigen::Ref 对象。我想知道是否可以对 const Eigen::Ref<const Eigen::VectorXd>& 对象执行相同的操作,即 有没有办法将 Eigen::Ref<Eigen::VectorXd>& 对象转换为 const Eigen::Ref<const Eigen::VectorXd>& 对象?如果没有,是否有修改作为 import pandas file = 'KBART EDINA.xlsx' with open(file,'r') as xl_file: df = pandas.read_excel(xl_file) 传递的对象的解决方法

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)