Triplet< T > Class Template Reference

#include <SparseMatrix.h>

Collaboration diagram for Triplet< T >:
Collaboration graph
[legend]

List of all members.

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

a_
unsigned int b_
unsigned int c_

template<class T>
class Triplet< T >


Constructor & Destructor Documentation

template<class T>
Triplet< T >::Triplet (  )  [inline]
template<class T>
Triplet< T >::Triplet ( a,
unsigned int  b,
unsigned int  c 
) [inline]

Member Function Documentation

template<class T>
static bool Triplet< T >::cmp ( const Triplet< T > &  p,
const Triplet< T > &  q 
) [inline, static]
template<class T>
bool Triplet< T >::operator< ( const Triplet< T > &  other  )  const [inline]

References Triplet< T >::c_.


Member Data Documentation

template<class T>
T Triplet< T >::a_
template<class T>
unsigned int Triplet< T >::b_

Referenced by Triplet< T >::cmp().

template<class T>
unsigned int Triplet< T >::c_

The documentation for this class was generated from the following file:

Generated on 1 Jul 2015 for MOOSE by  doxygen 1.6.1