%*%                     Matrix multiplication.
*                       Multiplication.
+                       Addition.
/                       Division.
Arg                     Element-wise angle (or argument) of complex.
Conj                    Element-wise complex conjugate.
Im                      Element-wise imaginary part of complex.
Kmin                    Kmin.
Kmin_argKmin            Kmin-argKmin.
Kmin_argKmin_reduction
                        Kmin-argKmin reduction.
Kmin_reduction          Kmin reduction.
LazyTensor              Build and return a LazyTensor object.
Mod                     Element-wise absolute value (or modulus).
Pm                      Wrapper LazyTensor parameter.
Re                      Element-wise real part of complex.
Vi                      Wrapper LazyTensor indexed by "i".
Vj                      Wrapper LazyTensor indexed by "j".
^                       Power.
abs                     Element-wise absolute value.
acos                    Element-wise arc-cosine.
argKmin                 argKmin.
argKmin_reduction       argKmin reduction.
argmax                  ArgMax.
argmax_reduction        ArgMax reduction.
argmin                  ArgMin.
argmin_reduction        Argmin reduction.
asin                    Element-wise arc-sine.
atan                    Element-wise arc-tangent.
atan2                   Element-wise 2-argument arc-tangent.
binaryop.LazyTensor     Build a binary operation
check_rkeops            Check if 'rkeops' is ready and working
clamp                   Element-wise clamp function.
clampint                Element-wise clampint function.
clean_rkeops            Clean RKeOps build directory
concat                  Concatenation.
cos                     Element-wise cosine.
elem                    Elem.
elemT                   ElemT.
exp                     Element-wise exponential.
exp1j                   Element-wise "complex exponential of 1j x"
                        operation.
extract                 Extract.
extractT                ExtractT.
get_rkeops_options      Get the current 'rkeops' options in 'R' global
                        options scope
grad                    Gradient operation.
ifelse                  Element-wise if-else function.
imag2complex            Element-wise "imaginary 2 complex" operation.
inv                     Element-wise 1/x inverse.
is.ComplexLazyParameter
                        is.ComplexLazyParameter?
is.ComplexLazyTensor    is.ComplexLazyTensor?
is.LazyMatrix           is.LazyMatrix?
is.LazyParameter        is.LazyParameter?
is.LazyTensor           is.LazyTensor?
is.LazyVector           is.LazyVector?
is.int                  Scalar integer test.
keops_grad              Compute the gradient of a rkeops operator
keops_kernel            Defines a new KeOps operator to compute a
                        specific symbolic formula
log                     Element-wise natural logarithm.
logsumexp               Log-Sum-Exp reduction.
logsumexp_reduction     Log-Sum-Exp reduction.
matvecmult              Matrix-vector product.
max                     Maximum.
max.default             Maximum.
max_argmax              Max-ArgMax.
max_argmax_reduction    Max-ArgMax reduction.
max_reduction           Max reduction.
min                     Minimum.
min.default             Minimum.
min_argmin              Min-ArgMin.
min_argmin_reduction    Min-ArgMin reduction.
min_reduction           Min reduction.
mod                     Element-wise modulo with offset function.
norm2                   Euclidean norm.
normalize               Vector normalization.
one_hot                 One-hot.
real2complex            Element-wise "real 2 complex" operation.
reduction.LazyTensor    Reduction operation.
relu                    Element-wise ReLU function.
rkeops-package          rkeops
rkeops_disable_verbosity
                        Disable additional verbosity in 'rkeops'
rkeops_enable_verbosity
                        Enable additional verbosity in 'rkeops'
rkeops_use_cpu          Enable GPU-computing when calling user-defined
                        operators
rkeops_use_float32      Use 32bit float precision in computations
rkeops_use_float64      Use 64bit float precision in computations
rkeops_use_gpu          Enable GPU-computing when calling user-defined
                        operators
round                   Element-wise rounding function.
rsqrt                   Element-wise inverse square root.
set_rkeops_options      Initialize or update 'rkeops' options in 'R'
                        global options scope
sign                    Element-wise sign.
sin                     Element-wise sine.
sinxdivx                Element-wise sin(x)/x function.
sqdist                  Squared distance.
sqnorm2                 Squared Euclidean norm.
sqrt                    Element-wise square root.
square                  Element-wise square.
step                    Element-wise step function.
sum                     Sum operation or Sum reduction.
sum.default             Sum operation.
sum_reduction           Sum reduction.
sumsoftmaxweight        Sum of weighted Soft-Max reduction.
sumsoftmaxweight_reduction
                        Sum of weighted Soft-Max reduction.
tensorprod              Tensor product.
ternaryop.LazyTensor    Build a ternary operation
unaryop.LazyTensor      Build a unary operation
vecmatmult              Vector-matrix product.
weightedsqdist          Generic squared distance.
weightedsqnorm          Generic squared Euclidean norm.
xlogx                   Element-wise x*log(x) function.
|                       Euclidean scalar product.
