COMBINATORIAL_BLAS  1.6
combblas::Isect< IT > Class Template Reference

#include <Isect.h>

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 combblas::Isect< IT >

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

Definition at line 39 of file Isect.h.

Member Function Documentation

◆ operator<()

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

Definition at line 47 of file Isect.h.

◆ operator==()

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

Definition at line 51 of file Isect.h.

◆ operator>()

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

Definition at line 49 of file Isect.h.

Member Data Documentation

◆ current

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

Definition at line 45 of file Isect.h.

◆ index

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

Definition at line 42 of file Isect.h.

◆ size

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

Definition at line 43 of file Isect.h.

◆ start

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

Definition at line 44 of file Isect.h.


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