R/RcppExports.R
exp_neg_div.Rd
Computes the element-wise exponential of the negative division of each element in a matrix by a scalar value.
exp_neg_div(D11, x)
A matrix of values to be divided and exponentiated.
A scalar divisor.
A matrix of the same dimensions as D11, containing the computed values.
D11