solve,dual,missing-method {ADtools}R Documentation

Inverse of 'dual'-class objects

Description

Inverse of 'dual'-class objects

Usage

## S4 method for signature 'dual,missing'
solve(a, b, ...)

## S4 method for signature 'dual,dual'
solve(a, b, ...)

## S4 method for signature 'ANY,dual'
solve(a, b, ...)

## S4 method for signature 'dual,ANY'
solve(a, b, ...)

Arguments

a

A numeric square matrix or a corresponding "dual" object.

b

A numeric vector or matrix or a corresponding "dual" object.

...

Other arguments passed to 'base::solve'. See '?solve' for detail.

Note

At least one of 'a' and 'b' must be a dual object, and the other one may be any appropriate numeric matrix.


[Package ADtools version 0.5.5 Index]