SHOGUN
4.2.0
|
Generic class which is specialized for different backends to perform the max operation.
Public Types | |
typedef Matrix::Scalar | T |
Static Public Member Functions | |
static T | compute (Matrix m) |
|
static |
Returns the largest element in a matrix or a vector.
m | input matrix or vector |