We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d50a6 commit 71b6586Copy full SHA for 71b6586
selectiveInference/src/Rcpp-debias.cpp
@@ -160,8 +160,8 @@ Rcpp::List solve_QP_wide(Rcpp::NumericMatrix X,
160
(double *) X.begin(),
161
(double *) linear_func.begin(),
162
(int *) need_update.begin(),
163
- nfeature,
164
ncase,
+ nfeature,
165
(double *) bound.begin(),
166
ridge_term,
167
kkt_tol);
@@ -175,8 +175,8 @@ Rcpp::List solve_QP_wide(Rcpp::NumericMatrix X,
175
176
177
178
179
- ncase);
+ ncase,
+ nfeature);
180
181
return(Rcpp::List::create(Rcpp::Named("soln") = theta,
182
Rcpp::Named("gradient") = gradient,
0 commit comments