SHOGUN  4.0.0
List of all members | Public Types | Static Public Member Functions
max< Backend::EIGEN3, Matrix > Struct Template Reference

Detailed Description

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

Specialization of max for the Eigen3 backend

Definition at line 75 of file Max.h.

Public Types

typedef Matrix::Scalar T
 
typedef Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > MatrixXt
 
typedef Eigen::Matrix< T, Eigen::Dynamic, 1 > VectorXt
 

Static Public Member Functions

static T compute (SGMatrix< T > mat)
 
static T compute (SGVector< T > vec)
 

Member Typedef Documentation

typedef Eigen::Matrix<T,Eigen::Dynamic,Eigen::Dynamic> MatrixXt

Definition at line 78 of file Max.h.

typedef Matrix::Scalar T

Definition at line 77 of file Max.h.

typedef Eigen::Matrix<T,Eigen::Dynamic,1> VectorXt

Definition at line 79 of file Max.h.

Member Function Documentation

static T compute ( SGMatrix< T mat)
static

Returns the largest element in a matrix

Definition at line 82 of file Max.h.

static T compute ( SGVector< T vec)
static

Returns the largest element in a vector

Definition at line 90 of file Max.h.


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

SHOGUN Machine Learning Toolbox - Documentation