Skip to contents

Computes the element-wise exponential of the negative division of each element in a matrix by a scalar value.

Usage

exp_neg_div(D11, x)

Arguments

D11

A matrix of values to be divided and exponentiated.

x

A scalar divisor.

Value

A matrix of the same dimensions as D11, containing the computed values.