powered by
Simple wrapper returning an instance of LazyTensor indexed by "j". Equivalent to LazyTensor(x, index = "j").
LazyTensor
LazyTensor(x, index = "j")
Vj(x, is_complex = FALSE)
An object of class "LazyTensor" indexed by "j".
A matrix of numeric values.
A boolean (default is FALSE). Whether we want to create a ComplexLazyTensor (is_complex = TRUE) or a LazyTensor (is_complex = FALSE).
ComplexLazyTensor
is_complex = TRUE
is_complex = FALSE
Chloe Serre-Combe, Amelie Vernay
See ?LazyTensor for more details.
?LazyTensor
if (FALSE) { x <- matrix(runif(150 * 3), 150, 3) Vj_x <- Vj(x) # symbolic object representing an arbitrary row of x, # indexed by the letter "j" }
Run the code above in your browser using DataLab