as.matrix.dual {ADtools}R Documentation

Coerce the first component of the dual object into a matrix.

Description

Coerce the first component of the dual object into a matrix.

Usage

## S3 method for class 'dual'
as.matrix(x, ...)

## S4 method for signature 'dual'
as.matrix(x, ...)

Arguments

x

A "dual" object.

...

Unused.


[Package ADtools version 0.5.5 Index]