mm_xpf | R Documentation |
Dot product of simple triplet matrix x (m x n) (measurement matrix) and a dense array y (n x k x l). Only slices of y_ from lsel vector are used.
mm_xpf(x, y_, lsel)
x |
A list, sparse matrix of type slam |
y_ |
A numeric 3d array |
lsel |
An integer vector |
An array with dimensions (m x len(lsel) x k), i.e. it is permuted on the fly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.