R/tensorVectorize.R

Defines functions tensorVectorize

Documented in tensorVectorize

tensorVectorize <-
function(x){
  rplusone <- length(dim(x))
  apply(x, rplusone, c)
}

Try the tensorBSS package in your browser

Any scripts or data that you put into this service are public.

tensorBSS documentation built on June 2, 2021, 9:08 a.m.