SHOGUN
4.2.0
|
Generic class which is specialized for different backends to perform the multiply_by_rectified_linear_derivative operation
Definition at line 236 of file implementation/SpecialPurpose.h.
Public Types | |
typedef Matrix::Scalar | T |
Static Public Member Functions | |
static void | compute (Matrix A, Matrix C) |
typedef Matrix::Scalar T |
Scalar type
Definition at line 239 of file implementation/SpecialPurpose.h.
|
static |
Performs the operation C(i,j) = C(i,j) * (A(i,j)!=0) for all i and j