SHOGUN
4.2.0
|
Generic class which is specialized for different backends to perform the set_rows_const operation
Definition at line 59 of file SetRowsConst.h.
Public Types | |
typedef Matrix::Scalar | T |
Static Public Member Functions | |
static void | compute (Matrix A, Vector v) |
typedef Matrix::Scalar T |
Scalar type
Definition at line 62 of file SetRowsConst.h.
|
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