#include <SparseMatrix.h>
Public Member Functions | |
Triplet () | |
Triplet (T a, unsigned int b, unsigned int c) | |
bool | operator< (const Triplet< T > &other) const |
Static Public Member Functions | |
static bool | cmp (const Triplet< T > &p, const Triplet< T > &q) |
Public Attributes | |
T | a_ |
unsigned int | b_ |
unsigned int | c_ |
static bool Triplet< T >::cmp | ( | const Triplet< T > & | p, | |
const Triplet< T > & | q | |||
) | [inline, static] |
References Triplet< T >::b_, and Triplet< T >::c_.
References Triplet< T >::c_.
Referenced by Triplet< T >::cmp().
Referenced by Triplet< T >::cmp(), and Triplet< T >::operator<().