innerProd-methods | R Documentation |
Returns the inner product between two Tensors
innerProd(darr1, darr2)
## S4 method for signature 'DelayedArray,DelayedArray'
innerProd(darr1, darr2)
darr1 |
first DelayedArray object |
darr2 |
second DelayedArray object |
This function is an extension of the innerProd
by DelayedArray.
inner product between darr1
and darr2
library("DelayedRandomArray")
darr1 <- RandomUnifArray(c(2,3,4))
darr2 <- RandomUnifArray(c(2,3,4))
innerProd(darr1, darr2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.