ConstantMatrix<T>.AbsoluteMax Method

Returns the value of the element in this matrix that has the largest absolute value.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override T AbsoluteMax()

Return Value

T
The value of the element in this Matrix<T> that has the largest absolute value.

See Also