IArray Functions<T, TShape, TArray>.Pow Method
Definition
Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Pow( | Computes the element-wise power of an array. |
Pow( | Computes the element-wise power of an array. |
Pow(TShape, TArray, T, TArray)
Computes the element-wise power of an array.
void Pow(
TShape shape,
TArray value,
T exponent,
TArray result
)
Parameters
Pow(TShape, TArray, Int32, TArray)
Computes the element-wise power of an array.
void Pow(
TShape shape,
TArray values,
int exponent,
TArray result
)