logistic
Overloads
| Name | Description |
|---|---|
logistic(const ComplexArray arr) -> ComplexArray | Computes the logistic sigmoid function of the ComplexArray arr element-wise. |
logistic(const RealArray arr) -> RealArray | Computes the logistic sigmoid function of the RealArray arr element-wise. |
logistic(const ComplexArray arr) -> ComplexArray
Computes the logistic sigmoid function of the ComplexArray arr element-wise.
Parameters
- arr: The input ComplexArray.
logistic(const RealArray arr) -> RealArray
Computes the logistic sigmoid function of the RealArray arr element-wise.
Parameters
- arr: The input RealArray.