IArray Functions<T, TShape, TArray>.Min 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
Min( | Computes the minimum of all elements in the array. |
Min( | Computes the minimum of corresponding elements of two arrays. |
Min(TShape, TArray)
Computes the minimum of all elements in the array.
T Min(
TShape shape,
TArray operand
)
Parameters
Return Value
TThe minimum of the elements of operand.
Min(TShape, TArray, TArray, TArray)
Computes the minimum of corresponding elements of two arrays.
void Min(
TShape shape,
TArray first,
TArray second,
TArray result
)