14#include<Rcpp/Vector.h>
18 const Rcpp::internal::NamedPlaceHolder &
Label(Rcpp::_);
26 std::vector<Double_t>
vec(
v.GetMatrixArray(),
v.GetMatrixArray() +
v.GetNoElements());
32 std::vector<Double_t>
vec =::Rcpp::as<std::vector<Double_t> >(
v);
38 std::vector<Float_t>
vec(
v.GetMatrixArray(),
v.GetMatrixArray() +
v.GetNoElements());
44 std::vector<Float_t>
vec =::Rcpp::as<std::vector<Float_t> >(
v);
54 m.GetMatrix2Array(data,
"F");
55 NumericMatrix mat(rows, cols, data);
61 NumericMatrix mat =::Rcpp::as<NumericMatrix>(
m);
70 m.GetMatrix2Array(data,
"F");
71 NumericMatrix mat(rows, cols, data);
77 NumericMatrix mat =::Rcpp::as<NumericMatrix>(
m);
78 std::vector<Float_t> dat = Rcpp::as<std::vector<Float_t>>(mat);
This is a class to create DataFrames from ROOT to R.
This is a class to pass functions from ROOT to R.
This is a class to get ROOT's objects from R's objects.
const Rcpp::internal::NamedPlaceHolder & Label
VARIABLE_IS_NOT_USED SEXP ModuleSymRef
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
This is a class to support deprecated method to pass function to R's Environment, based in Rcpp::Inte...
SEXP wrap(const TString &s)