FIMS  v0.8.0
Loading...
Searching...
No Matches
rcpp_objects Directory Reference

Files

 rcpp_data.hpp
 The Rcpp interface to declare different types of data, e.g., age-composition and index data. Allows for the use of methods::new() in R.
 
 rcpp_distribution.hpp
 The Rcpp interface to declare different distributions, e.g., normal and log normal. Allows for the use of methods::new() in R.
 
 rcpp_fleet.hpp
 The Rcpp interface to declare fleets. Allows for the use of methods::new() in R.
 
 rcpp_growth.hpp
 The Rcpp interface to declare different types of growth, e.g., empirical weight-at-age data. Allows for the use of methods::new() in R.
 
 rcpp_interface_base.hpp
 The Rcpp interface to declare objects that are used ubiquitously throughout the Rcpp interface, e.g., Parameters and ParameterVectors.
 
 rcpp_math.hpp
 The Rcpp interface to declare different mathematical functions that are written in C++ but can be used within R.
 
 rcpp_maturity.hpp
 The Rcpp interface to declare different maturity options, e.g., logistic. Allows for the use of methods::new() in R.
 
 rcpp_models.hpp
 The Rcpp interface to declare different types of models. Allows for the use of methods::new() in R.
 
 rcpp_natural_mortality.hpp
 The Rcpp interface to declare different types of natural mortality. Allows for the use of methods::new() in R.
 
 rcpp_population.hpp
 The Rcpp interface to declare different types of populations. Allows for the use of methods::new() in R.
 
 rcpp_recruitment.hpp
 The Rcpp interface to declare different types of recruitment, e.g., Beverton–Holt stock–recruitment relationship. Allows for the use of methods::new() in R.
 
 rcpp_selectivity.hpp
 The Rcpp interface to declare different types of selectivity, e.g., logistic and double logistic. Allows for the use of methods::new() in R.
 
 rcpp_shared_primitive.hpp
 Code to create shared pointers to allow for the wrapper functions in R to work correctly so the live objects do not go out of scope.