| solve,dual,missing-method {ADtools} | R Documentation |
Inverse of 'dual'-class objects
## 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, ...)
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. |
At least one of 'a' and 'b' must be a dual object, and the other one may be any appropriate numeric matrix.