SHOGUN  4.0.0
所有成员列表 | Public 类型 | 静态 Public 成员函数
add< Backend::EIGEN3, Matrix > 模板结构体 参考

详细描述

template<>
struct shogun::linalg::implementation::add< Backend::EIGEN3, Matrix >

Specialization of add for the Eigen3 backend

在文件 Add.h73 行定义.

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, T alpha, T beta)
 
static void compute (SGVector< T > A, SGVector< T > B, SGVector< T > C, T alpha, T beta)
 

成员类型定义说明

typedef Eigen::Matrix<T,Eigen::Dynamic,Eigen::Dynamic> MatrixXt

在文件 Add.h76 行定义.

typedef Matrix::Scalar T

在文件 Add.h75 行定义.

typedef Eigen::Matrix<T,Eigen::Dynamic,1> VectorXt

在文件 Add.h77 行定义.

成员函数说明

static void compute ( SGMatrix< T A,
SGMatrix< T B,
SGMatrix< T C,
T  alpha,
T  beta 
)
static

Performs the operation C = alpha*A + beta*B

在文件 Add.h80 行定义.

static void compute ( SGVector< T A,
SGVector< T B,
SGVector< T C,
T  alpha,
T  beta 
)
static

Performs the operation C = alpha*A + beta*B

在文件 Add.h91 行定义.


该结构体的文档由以下文件生成:

SHOGUN 机器学习工具包 - 项目文档