SHOGUN  3.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules
Functions
Redux.h File Reference

Go to the source code of this file.

Functions

template<Backend backend = linalg_traits<Redux>::backend, class Vector >
Vector::Scalar dot (Vector a, Vector b)
 
template<Backend backend = linalg_traits<Redux>::backend, class Matrix >
Matrix::Scalar sum (Matrix m, bool no_diag=false)
 
template<Backend backend = linalg_traits<Redux>::backend, class Matrix >
Matrix::Scalar sum_symmetric (Matrix m, bool no_diag=false)
 
template<Backend backend = linalg_traits<Redux>::backend, class Matrix >
Matrix::Scalar sum_symmetric (Block< Matrix > b, bool no_diag=false)
 
template<Backend backend = linalg_traits<Redux>::backend, class Matrix >
implementation::colwise_sum
< backend, Matrix >
::ReturnType 
colwise_sum (Matrix m, bool no_diag=false)
 
template<Backend backend = linalg_traits<Redux>::backend, class Matrix , class Vector >
void colwise_sum (Matrix m, Vector result, bool no_diag=false)
 
template<Backend backend = linalg_traits<Redux>::backend, class Matrix >
implementation::rowwise_sum
< backend, Matrix >
::ReturnType 
rowwise_sum (Matrix m, bool no_diag=false)
 
template<Backend backend = linalg_traits<Redux>::backend, class Matrix , class Vector >
void rowwise_sum (Matrix m, Vector result, bool no_diag=false)
 
template<Backend backend = linalg_traits<Redux>::backend, class Vector >
Vector::Scalar vector_sum (Vector a)
 
template<Backend backend = linalg_traits<Redux>::backend, class Matrix >
Matrix::Scalar max (Matrix m)
 

SHOGUN Machine Learning Toolbox - Documentation