Click or drag to resize
Accord.NET (logo)

MatrixMax Method

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