Click or drag to resize

StatMax Method

Overload List
  NameDescription
Public methodStatic memberCode exampleMax(DoubleMatrix)
Returns the maximum value and the linear index of its first occurrence in the specified data.
Public methodStatic memberCode exampleMax(ReadOnlyDoubleMatrix)
Returns the maximum value and the linear index of its first occurrence in the specified data.
Public methodStatic memberCode exampleMax(DoubleMatrix, DataOperation)
Returns the largest entries in rows or columns of the specified data.
Public methodStatic memberCode exampleMax(ReadOnlyDoubleMatrix, DataOperation)
Returns the largest entries in rows or columns of the specified data.
Top
See Also