CSCTriple_Matrix< T > Class Template Reference

Store triples in a CSC matrix. More...

Inheritance diagram for CSCTriple_Matrix< T >:
CSC_Matrix

List of all members.

Public Member Functions

 CSCTriple_Matrix (int columns, int length)
 Initialise the matrix.
void insertElement (T *triple)
 Insert a triple.
void insertSwapElement (T *triple)
 Insert as Value, Index, Position.
void insertWeightedElement (T *triple)
 Insert as Index, Position, Value.
void insertSwapWeightedElement (T *triple)
 Insert as Position, Value, Index.

Detailed Description

template<typename T>
class CSCTriple_Matrix< T >

Store triples in a CSC matrix.

This class is used to store triples in a CSC matrix. The interface allows triples to be provided and the content is stored in the CSC matrix using the term, document and frequency values.

Author
lapark
Revision
1.5.2.1
Date
2009/11/02 12:51:51
Id
CSCTriple_matrix.tcc,v 1.5.2.1 2009/11/02 12:51:51 lapark Exp

The documentation for this class was generated from the following file:
 All Classes Functions Variables Friends

Generated on Tue Nov 10 14:12:11 2009 for textIR by  doxygen 1.6.1