SHOGUN
4.2.0
|
Specialization of multiply_by_logistic_derivative for the Eigen3 backend
Definition at line 131 of file implementation/SpecialPurpose.h.
Public Types | |
typedef Matrix::Scalar | T |
Static Public Member Functions | |
static void | compute (SGMatrix< T > A, SGMatrix< T > C) |
typedef Matrix::Scalar T |
Scalar type
Definition at line 134 of file implementation/SpecialPurpose.h.
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 137 of file implementation/SpecialPurpose.h.