| crossprod,dual,missing-method {ADtools} | R Documentation |
Crossproduct of 'dual'-class objects
## S4 method for signature 'dual,missing'
crossprod(x, y)
## S4 method for signature 'dual,ANY'
crossprod(x, y)
## S4 method for signature 'dual,dual'
crossprod(x, y)
x |
A numeric matrix, or the corresponding "dual" object. |
y |
A numeric matrix, or the corresponding "dual" object. |