COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
KmerIntersect< IN, OUT > Struct Template Reference

Static Public Member Functions

static OUT id ()
 
static bool returnedSAID ()
 
static OUT add (const OUT &arg1, const OUT &arg2)
 
static OUT multiply (const IN &arg1, const IN &arg2)
 
static void axpy (IN a, const IN &x, OUT &y)
 
static MPI_Op mpi_op ()
 
static void MPI_func (void *invec, void *inoutvec, int *len, MPI_Datatype *datatype)
 

Detailed Description

template<typename IN, typename OUT>
struct KmerIntersect< IN, OUT >

Definition at line 36 of file SegTest.cpp.

Member Function Documentation

◆ add()

template<typename IN , typename OUT >
static OUT KmerIntersect< IN, OUT >::add ( const OUT arg1,
const OUT arg2 
)
inlinestatic

Definition at line 44 of file SegTest.cpp.

◆ axpy()

template<typename IN , typename OUT >
static void KmerIntersect< IN, OUT >::axpy ( IN  a,
const IN x,
OUT y 
)
inlinestatic

Definition at line 62 of file SegTest.cpp.

◆ id()

template<typename IN , typename OUT >
static OUT KmerIntersect< IN, OUT >::id ( )
inlinestatic

Definition at line 37 of file SegTest.cpp.

◆ MPI_func()

template<typename IN , typename OUT >
static void KmerIntersect< IN, OUT >::MPI_func ( void invec,
void inoutvec,
int len,
MPI_Datatype datatype 
)
inlinestatic

Definition at line 79 of file SegTest.cpp.

◆ mpi_op()

template<typename IN , typename OUT >
static MPI_Op KmerIntersect< IN, OUT >::mpi_op ( )
inlinestatic

Definition at line 66 of file SegTest.cpp.

◆ multiply()

template<typename IN , typename OUT >
static OUT KmerIntersect< IN, OUT >::multiply ( const IN arg1,
const IN arg2 
)
inlinestatic

Definition at line 54 of file SegTest.cpp.

◆ returnedSAID()

template<typename IN , typename OUT >
static bool KmerIntersect< IN, OUT >::returnedSAID ( )
inlinestatic

Definition at line 42 of file SegTest.cpp.


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