码迷,mamicode.com
首页 > 其他好文 > 详细

Error:指向绑定函数的指针只能用于调用函数

时间:2018-05-18 20:09:58      阅读:501      评论:0      收藏:0      [点我收藏+]

标签:调用函数   绑定   图片   nan   bsp   alt   min   mina   .com   

 a1.determinant;

改为: a1.determinant();

技术分享图片

 

    Eigen::MatrixXd a1(2,2);//ImagePoint
    a1<<n1,p1,n2,p2;
    double A1=a1.determinant;

改为:

    Eigen::MatrixXd a1(2,2);//ImagePoint
    a1<<n1,p1,n2,p2;
    double A1=a1.determinant();

 

Error:指向绑定函数的指针只能用于调用函数

标签:调用函数   绑定   图片   nan   bsp   alt   min   mina   .com   

原文地址:https://www.cnblogs.com/wxl845235800/p/9057515.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!