![]() |
FIMS
v0.9.3
|
The Rcpp interface to declare objects that are used ubiquitously throughout the Rcpp interface, e.g., Variables and VariableVectors. More...
#include <RcppCommon.h>#include <Rcpp.h>#include <map>#include <vector>#include "common/information.hpp"#include "../../interface.hpp"#include "rcpp_shared_primitive.hpp"#include <limits>Go to the source code of this file.
Classes | |
| class | Variable |
| An Rcpp interface that defines the Variable class. More... | |
| class | VariableVector |
| An Rcpp interface class that defines the VariableVector class. More... | |
| class | RealVector |
| An Rcpp interface class that defines the RealVector class. More... | |
| class | FIMSRcppInterfaceBase |
| Base class for all interface objects. More... | |
Functions | |
| double | sanitize_val (double x) |
| Sanitize a double value by replacing NaN or Inf with -999.0. | |
| std::ostream & | operator<< (std::ostream &out, const Variable &p) |
| Output for std::ostream& for a variable. | |
| std::ostream & | operator<< (std::ostream &out, VariableVector &v) |
| Output for std::ostream& for a VariableVector. | |
The Rcpp interface to declare objects that are used ubiquitously throughout the Rcpp interface, e.g., Variables and VariableVectors.
|
inline |
Output for std::ostream& for a variable.
| out | The stream. |
| p | A variable. |
|
inline |
Output for std::ostream& for a VariableVector.
| out | The stream. |
| v | A VariableVector. |