View source: R/gen-namespace.R
torch_conj | R Documentation |
Conj
torch_conj(self)
self |
(Tensor) the input tensor. |
Computes the element-wise conjugate of the given input
tensor.
\mbox{out}_{i} = conj(\mbox{input}_{i})
if (torch_is_installed()) {
## Not run:
torch_conj(torch_tensor(c(-1 + 1i, -2 + 2i, 3 - 3i)))
## End(Not run)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.