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