|
SHOGUN
4.2.0
|
Partial specialization of add for the Eigen3 backend.
Definition at line 70 of file RangeFill.h.
Public Types | |
| typedef Matrix::Scalar | T |
| typedef Eigen::Matrix< T, Eigen::Dynamic, 1 > | VectorXt |
Static Public Member Functions | |
| static void | compute (SGVector< T > A, T start) |
| static void | compute (SGVector< T > A, index_t len, T start) |
| typedef Matrix::Scalar T |
Scalar type
Definition at line 73 of file RangeFill.h.
| typedef Eigen::Matrix<T,Eigen::Dynamic,1> VectorXt |
Eigen3 vector type
Definition at line 76 of file RangeFill.h.
Range fill a vector with start...start+len-1
| A | - the vector to be filled |
| start | - value to be assigned to first element of vector or matrix |
Definition at line 82 of file RangeFill.h.
Range fill a vector array with start...start+len-1
| A | - the array to be filled |
| len | - length of the array to be filled |
| start | - value to be assigned to first element of array |
Definition at line 92 of file RangeFill.h.