| all_are_numeric | Are all values numeric? |
| allsubs | Subscripts of all values in a tensor |
| array_index | Array Index |
| as_dtensor | Convert objects to dense tensors |
| as_sptensor | Convert objects to sparse tensors |
| as.vector | Vectorize values of a tensor |
| build_indices | convert args i,j,... to array of coords. |
| col_apply | Apply a function to columns of a matrix |
| dim | Dimensions of a tensor |
| dimnames | Dimension names of a tensor |
| dimnames_to_indices | Convert dimnames to tensor indices |
| dtensor | Construct a dense tensor |
| dtensor-class | An S4 class for a dense tensor |
| dtensor-Complex | Complex Methods for dense tensors |
| dtensor-extract | Extract values from a dense tensor |
| dtensor-Math | Math Methods for dense tensors |
| dtensor-Math2 | Math2 Methods for dense tensors |
| dtensor-Ops | Ops Methods for dense tensors |
| dtensor-replace | Replace values from a dense tensor |
| dtensor-Summary | Summary Methods for dense tensors |
| extract_sptensor | Extract indices from a sparse tensor |
| extract_vec | Extract indices from a sparse tensor |
| fill_missing_indices | Fill NULL indices with a range from 1:dim |
| innerprod | Calculate the inner product of a pair of tensors |
| is_tensor | Test if the object is a tensor |
| length-tensor-method | Length of a tensor |
| list_to_matidx | convert list of indices to matrix of indices |
| matches | Match index in sparse tensor |
| mat_to_listidx | convert matrix of indices to list of indices |
| norm | Calculate the Frobenius norm of a tensor |
| nzsubs | Subscripts of non-zero values in a tensor |
| nzvals | Non-zero values in a tensor |
| outerprod | Calculate the outer product of a pair of tensors |
| refold | Refold an unfolded tensor |
| replace_sptensor | Replace values in a sparse tensor |
| row_apply | Apply a function to rows of a matrix |
| setops_subs | Apply set function to subscript arrays |
| show | Show a tensor |
| sptensor | Construct a sparse tensor |
| sptensor-class | An S4 class for a sparse tensor |
| sptensor-Complex | Complex Methods for sparse tensors |
| sptensor-extract | Extract values from a sparse tensor |
| sptensor-Math | Math Methods for sparse tensors |
| sptensor-Math2 | Math2 Methods for sparse tensors |
| sptensor-Ops | Ops Methods for dense tensors |
| sptensor-replace | Replace values from a sparse tensor |
| sptensor-Summary | Summary Methods for sparse tensors |
| squeeze | Remove tensor dimensions of size 1 |
| tensor-class | Virtual S4 class for all tensor objects |
| tensorr | tensorr: sparse tensors in R |
| ttm | Tensor times matrix |
| ttv | Tensor times vector |
| unfold | Unfold (matricize) a tensor along a mode |
| unfolded_dtensor | Construct an unfolded dense tensor |
| unfolded_dtensor-class | An S4 class for an unfolded dense tensor |
| unfolded_sptensor | Construct an unfolded sparse tensor |
| unfolded_sptensor-class | An S4 class for an unfolded sparse tensor |
| unfolded_tensor-class | Virtual S4 class for unfolded tensor objects |
| vec_index | Vector Index |
| zsubs | Subscripts of zero values in a tensor |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.