print-Rcpp_ADFun: Print or show a summary of an Rcpp_ADFun

print,Rcpp_ADFunR Documentation

Print or show a summary of an Rcpp_ADFun

Description

Both print() and show() will display a summary of a Rcpp_ADFun object.

Usage

## S4 method for signature 'Rcpp_ADFun'
print(x, ...)

## S4 method for signature 'Rcpp_ADFun'
show(object)

Arguments

x

An object of class Rcpp_ADFun.

...

Passed to format().

object

An object of class Rcpp_ADFun.

Details

The show() method overrides the default show() method for Rcpp::C++Object objects from the Rcpp package.


scorematchingad documentation built on April 4, 2025, 12:15 a.m.