SHOGUN
4.2.0
|
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) |
typedef Matrix::Scalar T |
Scalar type
Definition at line 56 of file RangeFill.h.
|
static |
Range fill a vector with start...start+len-1
A | - the matrix to be filled |
start | - value to be assigned to first element of vector |