solve.dual: Inverse of 'dual'-class objects

Description Usage Arguments Note

Description

Inverse of 'dual'-class objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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.


ADtools documentation built on Nov. 9, 2020, 5:09 p.m.