| SHOGUN
    4.1.0
    | 
Generic class which is specialized for different backends to perform elementwise multiplication
Definition at line 59 of file ElementwiseProduct.h.
| Public Types | |
| typedef Matrix::Scalar | T | 
| Static Public Member Functions | |
| static void | compute (Matrix A, Matrix B, Matrix C) | 
| typedef Matrix::Scalar T | 
Scalar type
Definition at line 62 of file ElementwiseProduct.h.
| 
 | static | 
Performs the operation C = A .* B where ".*" denotes elementwise multiplication