SHOGUN
4.2.0
|
Specialization of multiply_by_rectified_linear_derivative for the Eigen3 backend
Definition at line 248 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 251 of file implementation/SpecialPurpose.h.
Performs the operation C(i,j) = C(i,j) * (A(i,j)!=0) for all i and j
Definition at line 254 of file implementation/SpecialPurpose.h.