Click or drag to resize
Accord.NET (logo)

MatrixMin Method

Overload List
  NameDescription
Public methodStatic memberMinT(T)
Gets the minimum value of a matrix.
Public methodStatic memberMinT(T)
Gets the minimum element in a vector.
Public methodStatic memberMinT(T)
Gets the minimum value of a matrix.
Public methodStatic memberMinT(NullableT, Int32)
Gets the minimum non-null element in a vector.
Public methodStatic memberMinT(T, Int32)
Gets the minimum values across one dimension of a matrix.
Public methodStatic memberMinT(T, TupleInt32, Int32)
Gets the minimum value of a matrix.
Public methodStatic memberMinT(T, Int32)
Gets the minimum element in a vector up to a fixed length.
Public methodStatic memberMinT(T, Int32)
Gets the minimum element in a vector.
Public methodStatic memberMinT(T, Int32)
Gets the minimum values across one dimension of a matrix.
Public methodStatic memberMinT(T, TupleInt32, Int32)
Gets the minimum value of a matrix.
Public methodStatic memberMinT(T, Int32, Int32)
Gets the minimum values across one dimension of a matrix.
Public methodStatic memberMinT(T, Int32, T)
Gets the minimum values across one dimension of a matrix.
Public methodStatic memberMinT(T, Int32, Int32)
Gets the minimum element in a vector up to a fixed length.
Public methodStatic memberMinT(T, Int32, Int32)
Gets the minimum values across one dimension of a matrix.
Public methodStatic memberMinT(T, Int32, T)
Gets the minimum values across one dimension of a matrix.
Public methodStatic memberMinT(T, Int32, Int32, T)
Gets the minimum values across one dimension of a matrix.
Public methodStatic memberMinT(T, Int32, Int32, T)
Gets the minimum values across one dimension of a matrix.
Public methodStatic memberMinT(T, Int32, Int32, T)
Gets the minimum values across one dimension of a matrix.
Public methodStatic memberMinT(T, Int32, Int32, T)
Gets the minimum values across one dimension of a matrix.
Top
See Also