Click or drag to resize
Accord.NET (logo)

MatrixArgMin Method

Overload List
  NameDescription
Public methodStatic memberArgMinT(T)
Gets the index of the minimum element in a matrix.
Public methodStatic memberArgMinT(T)
Gets the minimum element in a vector.
Public methodStatic memberArgMinT(T)
Gets the index of the minimum element in a matrix.
Public methodStatic memberArgMinT(T, Int32)
Gets the index of the minimum element in a matrix across a given dimension.
Public methodStatic memberArgMinT(T, T)
Gets the minimum element in a vector.
Public methodStatic memberArgMinT(T, Int32)
Gets the index of the minimum element in a matrix across a given dimension.
Public methodStatic memberArgMinT(T, Int32, Int32)
Gets the index of the minimum element in a matrix across a given dimension.
Public methodStatic memberArgMinT(T, Int32, Int32)
Gets the index of the minimum element in a matrix across a given dimension.
Top
See Also