SHOGUN
3.2.1
|
Specialization of elementwise_product for the Eigen3 backend
Definition at line 72 of file ElementwiseProduct.h.
Public Types | |
typedef Matrix::Scalar | T |
typedef Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > | MatrixXt |
typedef Eigen::Matrix< T, Eigen::Dynamic, 1 > | VectorXt |
Static Public Member Functions | |
static void | compute (SGMatrix< T > A, SGMatrix< T > B, SGMatrix< T > C) |
typedef Eigen::Matrix<T,Eigen::Dynamic,Eigen::Dynamic> MatrixXt |
Definition at line 75 of file ElementwiseProduct.h.
typedef Matrix::Scalar T |
Definition at line 74 of file ElementwiseProduct.h.
typedef Eigen::Matrix<T,Eigen::Dynamic,1> VectorXt |
Definition at line 76 of file ElementwiseProduct.h.
Performs the operation C = A .* B where ".*" denotes elementwise multiplication
Definition at line 79 of file ElementwiseProduct.h.