"Rcpp_corrData"
Rcpp_corrData-class.Rd
This C++ class could be used to build a corrData object by invoking new(corrData,...)
function.
Class "C++Object"
, directly.
All reference classes extend and inherit methods from "envRefClass"
.
See the documentation for RcppArmadillo and Rcpp for more details of how this class was built.
This is only frame for building C++ object which could be used to implement certain methods. Check the vignette for more details of implementing methods.
initialize(...)
:~~
finalize()
:~~
fill(...)
:generating data
#showClass("Rcpp_corrData")
show(corrData)
#> C++ class 'corrData' <0x600001290a00>
#> Constructors:
#> corrData(int, arma::Col<double>, arma::Mat<double>)
#> corrData(int, int, arma::Col<double>, arma::Mat<double>)
#>
#> Fields: No public fields exposed by this class
#>
#> Methods:
#> arma::Mat<double> fill(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >)
#>