Simple wrapper returning an instance of LazyTensor
indexed by "i".
Equivalent to LazyTensor(x, index = "i")
.
Arguments
- x
A matrix of numeric values, or a scalar value.
- is_complex
A boolean (default is FALSE). Whether we want to create a
ComplexLazyTensor
(is_complex = TRUE
) or aLazyTensor
(is_complex = FALSE
).
Value
An object of class "LazyTensor" indexed by "i". See ?LazyTensor
for
more details.
Details
See ?LazyTensor
for more details.