Returns the value of the element in this
matrix that has the largest absolute
value.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual T AbsoluteMax()
Public Overridable Function AbsoluteMax As T
public:
virtual T AbsoluteMax()
abstract AbsoluteMax : unit -> 'T
override AbsoluteMax : unit -> 'T
Return Value
Type:
TThe value of the element in this
MatrixT that has the largest absolute
value.
Reference