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.  More... | |
| T & | value () | 
| Return the value.  More... | |
| rval () | |
| Default constructor.  More... | |
| rval (long int i, T val) | |
| Constructor from row, colum and value.  More... | |
Static Public Member Functions | |
| static bool | noPointers () | 
| Indicate that the structure has no pointer.  More... | |
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.