SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
所有成员列表 | Public 类型 | 静态 Public 成员函数
set_rows_const< Backend, Matrix, Vector > 模板结构体 参考

详细描述

template<enum Backend, class Matrix, class Vector>
struct shogun::linalg::implementation::set_rows_const< Backend, Matrix, Vector >

Generic class which is specialized for different backends to perform the set_rows_const operation

在文件 SetRowsConst.h61 行定义.

Public 类型

typedef Matrix::Scalar T
 

静态 Public 成员函数

static void compute (Matrix A, Vector v)
 

成员类型定义说明

typedef Matrix::Scalar T

Scalar type

在文件 SetRowsConst.h64 行定义.

成员函数说明

static void compute ( Matrix  A,
Vector  v 
)
static

Sets each row of a matrix to some constant value. That is, perfoms the operation A[i,j] = v[i], for all i and j


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

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