It store one row value of a vector. More...
It store one row value of a vector.
Given a row, store a value
Definition at line 30 of file Vector_eigen.hpp.
#include <Vector_eigen.hpp>
Public Member Functions | |
long int & | row () |
Return the row index. | |
T & | value () |
Return the value. | |
rval () | |
Default constructor. | |
rval (long int i, T val) | |
Constructor from row, colum and value. | |
Static Public Member Functions | |
static bool | noPointers () |
Indicate that the structure has no pointer. | |
Private Attributes | |
long int | r |
row | |
T | val |
value | |
Default constructor.
Definition at line 63 of file Vector_eigen.hpp.
Constructor from row, colum and value.
i | row |
val | value |
Definition at line 73 of file Vector_eigen.hpp.
|
inlinestatic |
Indicate that the structure has no pointer.
Definition at line 84 of file Vector_eigen.hpp.
|
inline |
Return the row index.
Definition at line 45 of file Vector_eigen.hpp.
|
inline |
Return the value.
Definition at line 55 of file Vector_eigen.hpp.
|
private |
row
Definition at line 33 of file Vector_eigen.hpp.
|
private |
value
Definition at line 36 of file Vector_eigen.hpp.