SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
List of all members | Public Types | Static Public Member Functions
range_fill< Backend, Matrix > Struct Template Reference

Detailed Description

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

Generic class which is specialized for different backends to perform the Range fill operation.

Definition at line 53 of file RangeFill.h.

Public Types

typedef Matrix::Scalar T
 

Static Public Member Functions

static void compute (Matrix A, T start)
 

Member Typedef Documentation

typedef Matrix::Scalar T

Scalar type

Definition at line 56 of file RangeFill.h.

Member Function Documentation

static void compute ( Matrix  A,
T  start 
)
static

Range fill a vector with start...start+len-1

Parameters
A- the matrix to be filled
start- value to be assigned to first element of vector

The documentation for this struct was generated from the following file:

SHOGUN Machine Learning Toolbox - Documentation