Rcpp error: call of overloaded 'Vector(double&, double)' is ambiguous

前端 未结 0 1607
无人及你
无人及你 2021-02-01 04:52

I get this error when trying to compile:

#include 
using namespace Rcpp;

// [[Rcpp::export]]
void test() {
  NumericMatrix res(1, 1, NA_REAL);
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题