Click or drag to resize

StatMin Method

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