|
MatrixExp Method (Double)
|
Note: This API is now obsolete.
Elementwise Exp operation.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use the functions in the Elementwise class instead.")]
public static double[] Exp(
double[] value
)
<ObsoleteAttribute("Please use the functions in the Elementwise class instead.")>
Public Shared Function Exp (
value As Double()
) As Double()
Request Example
View SourceParameters
- value
- Type: SystemDouble
Return Value
Type:
DoubleSee Also