TENSELE(T,moins=NULL, asarray=TRUE,order=NULL,id=NULL)
PTAk
object and minimally just contains v
NULL
, vector of indexes (in the list T) to skipTRUE
gives an array, FALSE
gives a vectorNULL
vector of length length(T)
, NULL
is equivalent to
length(T):1
as the function makes indexes in order run slowest to
fastestT
is a list of matrices, can be either a vector of
length(T)
giving indexes of the vectors for each space (following
order) or a list of vectors of indexes.asarray
the value is either an array, or a vector
representing the tensor product of the vectors (not in moins), the dimension
in order[1]
running the slowest.T
is
computed, skipping or not the indexes in moins
, the output tensor is
either in tensor form or in vector form. The way the tensor product is done
follows order
.REBUILD