innerproduct | R Documentation |
Matrix inner products
innerproduct(x, y)
## S4 method for signature 'splrMatrix,splrMatrix'
innerproduct(x, y)
## S4 method for signature 'splrMatrix,Matrix'
innerproduct(x, y)
## S4 method for signature 'Matrix,splrMatrix'
innerproduct(x, y)
## S4 method for signature 'matrix_list,matrix_list'
innerproduct(x, y)
x |
matrix like object |
y |
matrix like object |
For a matrix_list object, sums over all layers/list-elements as well.
inner product <x, y> = sum over all elements i,j of x_ij * y_ij.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.