powered by
Matrix inner products
innerproduct(x, y)# S4 method for splrMatrix,splrMatrix innerproduct(x, y)# S4 method for splrMatrix,Matrix innerproduct(x, y)# S4 method for Matrix,splrMatrix innerproduct(x, y)# S4 method for matrix_list,matrix_list innerproduct(x, y)
# S4 method for splrMatrix,splrMatrix innerproduct(x, y)
# S4 method for splrMatrix,Matrix innerproduct(x, y)
# S4 method for Matrix,splrMatrix innerproduct(x, y)
# S4 method for matrix_list,matrix_list innerproduct(x, y)
inner product <x, y> = sum over all elements i,j of x_ij * y_ij.
matrix like object
For a matrix_list object, sums over all layers/list-elements as well.