Computes the square root of each element of an array.
Namespace: Extreme.Mathematics.LinearAlgebra.ImplementationAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual void Sqrt(
int length,
ArraySlice<T> operand,
ArraySlice<T> result
)
Public Overridable Sub Sqrt (
length As Integer,
operand As ArraySlice(Of T),
result As ArraySlice(Of T)
)
public:
virtual void Sqrt(
int length,
ArraySlice<T> operand,
ArraySlice<T> result
)
abstract Sqrt :
length : int *
operand : ArraySlice<'T> *
result : ArraySlice<'T> -> unit
override Sqrt :
length : int *
operand : ArraySlice<'T> *
result : ArraySlice<'T> -> unit
Parameters
- length
- Type: SystemInt32
The number of elements in the array. - operand
- Type: Extreme.CollectionsArraySliceT
The array that holds the operands. - result
- Type: Extreme.CollectionsArraySliceT
The array that holds the results.
Implements
IArrayFunctionsT, TShape, TArraySqrt(TShape, TArray, TArray)
Numerical Libraries
Supported in: 6.0
Reference