An Rcpp interface class that defines the RealVector class. More...
#include <rcpp_interface_base.hpp>
An Rcpp interface class that defines the RealVector class.
An Rcpp interface class that defines the interface between R and C++ for a real vector type. Underlying values are held in a shared pointer and are carried over to any copies of this vector.
The constructor for initializing a real vector.
The accessor where the first index starts at one. This function is for calling accessing from R.
Sets the value of all elements in the RealVector to the provided value.
An internal accessor for calling a position of a RealVector from R.
The accessor where the first index starts is zero.
Resizes a RealVector to the desired length.
An internal setter for setting a position of a RealVector from R.
pos