powered by
Simple wrapper returning an instance of a fixed parameter LazyTensor. Equivalent to LazyTensor(x).
LazyTensor
LazyTensor(x)
Pm(x, is_complex = FALSE)
An object of class "LazyTensor" in parameter category. See ?LazyTensor for more details.
?LazyTensor
A vector or a scalar value.
A boolean (default is FALSE). Whether if 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 <- 4 Pm_x <- Pm(x) }
Run the code above in your browser using DataLab