#include <CS_Triplet.hpp>
Collaboration diagram for CS_Triplet< T >:
Public Member Functions | |
const unsigned long int | i () |
Reads out the row index. | |
const unsigned long int | j () |
Reads out the column index. | |
T & | getValue () |
CS_Triplet (unsigned long int i, unsigned long int j, T val) | |
Base constructor with user-supplied values. | |
CS_Triplet () | |
Base constructor; sets all values to 0. | |
Public Attributes | |
T | value |
Gives access to the value. | |
Protected Attributes | |
unsigned long int | row |
The row index i. | |
unsigned long int | column |
The column index j. |
|
|