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

Detailed Description

template<class Matrix>
struct shogun::linalg::implementation::special_purpose::multiply_by_logistic_derivative< Backend::EIGEN3, Matrix >

Specialization of multiply_by_logistic_derivative for the Eigen3 backend

Definition at line 136 of file implementation/SpecialPurpose.h.

Public Types

typedef Matrix::Scalar T
 

Static Public Member Functions

static void compute (SGMatrix< T > A, SGMatrix< T > C)
 

Member Typedef Documentation

typedef Matrix::Scalar T

Scalar type

Definition at line 139 of file implementation/SpecialPurpose.h.

Member Function Documentation

static void compute ( SGMatrix< T A,
SGMatrix< T C 
)
static

Performs the operation C(i,j) = C(i,j) * A(i,j) * (1.0-A(i,j) for all i and j

Definition at line 142 of file implementation/SpecialPurpose.h.


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

SHOGUN Machine Learning Toolbox - Documentation