powered by
Simple wrapper returning an instance of LazyTensor indexed by "i". Equivalent to LazyTensor(x, index = "i").
LazyTensor
LazyTensor(x, index = "i")
Vi(x, is_complex = FALSE)
An object of class "LazyTensor" indexed by "i". See ?LazyTensor for more details.
?LazyTensor
A matrix of numeric values, or a scalar value.
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.
if (FALSE) { x <- matrix(runif(150 * 3), 150, 3) Vi_x <- Vi(x) # symbolic object representing an arbitrary row of x, # indexed by the letter "i" }
Run the code above in your browser using DataLab