SHOGUN
4.0.0
|
Specialization of elementwise_product for the Eigen3 backend
在文件 ElementwiseProduct.h 第 72 行定义.
Public 类型 | |
typedef Matrix::Scalar | T |
typedef Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > | MatrixXt |
typedef Eigen::Matrix< T, Eigen::Dynamic, 1 > | VectorXt |
静态 Public 成员函数 | |
static void | compute (SGMatrix< T > A, SGMatrix< T > B, SGMatrix< T > C) |
typedef Eigen::Matrix<T,Eigen::Dynamic,Eigen::Dynamic> MatrixXt |
在文件 ElementwiseProduct.h 第 75 行定义.
typedef Matrix::Scalar T |
在文件 ElementwiseProduct.h 第 74 行定义.
typedef Eigen::Matrix<T,Eigen::Dynamic,1> VectorXt |
在文件 ElementwiseProduct.h 第 76 行定义.
Performs the operation C = A .* B where ".*" denotes elementwise multiplication
在文件 ElementwiseProduct.h 第 79 行定义.