COMBINATORIAL_BLAS  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes
Isect< IT > Class Template Reference

#include <Isect.h>

List of all members.

Public Member Functions

bool operator< (const Isect &rhs) const
bool operator> (const Isect &rhs) const
bool operator== (const Isect &rhs) const

Public Attributes

IT index
IT size
IT start
IT current

Detailed Description

template<class IT>
class Isect< IT >

Carries information about the intersecting col(A) and row(B) indices of matrix operands

Definition at line 36 of file Isect.h.


Member Function Documentation

template<class IT>
bool Isect< IT >::operator< ( const Isect< IT > &  rhs) const
inline

Definition at line 44 of file Isect.h.

template<class IT>
bool Isect< IT >::operator== ( const Isect< IT > &  rhs) const
inline

Definition at line 48 of file Isect.h.

template<class IT>
bool Isect< IT >::operator> ( const Isect< IT > &  rhs) const
inline

Definition at line 46 of file Isect.h.


Member Data Documentation

template<class IT>
IT Isect< IT >::current

Definition at line 42 of file Isect.h.

template<class IT>
IT Isect< IT >::index

Definition at line 39 of file Isect.h.

template<class IT>
IT Isect< IT >::size

Definition at line 40 of file Isect.h.

template<class IT>
IT Isect< IT >::start

Definition at line 41 of file Isect.h.


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