SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
List of all members | Public Types | Static Public Member Functions
max< Backend, Matrix > Struct Template Reference

Detailed Description

template<enum Backend, class Matrix>
struct shogun::linalg::implementation::max< Backend, Matrix >

Generic class which is specialized for different backends to perform the max operation.

Definition at line 63 of file Max.h.

Public Types

typedef Matrix::Scalar T
 

Static Public Member Functions

static T compute (Matrix m)
 

Member Typedef Documentation

typedef Matrix::Scalar T

Scalar type

Definition at line 66 of file Max.h.

Member Function Documentation

static T compute ( Matrix  m)
static

Returns the largest element in a matrix or a vector.

Parameters
minput matrix or vector
Returns
largest value in the input matrix or vector

The documentation for this struct was generated from the following file:

SHOGUN Machine Learning Toolbox - Documentation