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