COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
Ft.h File Reference
#include <iostream>
#include <math.h>
#include <set>
#include <limits>
#include "../../trunk/CombBLAS/CombBLAS.h"
Include dependency graph for Ft.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Ft
 

Macros

#define PERIOD   (3600 * 24)
 

Functions

bool operator< (const Ft &ft1, const Ft &ft2)
 
template<typename c , typename t >
std::basic_istream< c, t > & operator<< (std::basic_istream< c, t > &lhs, const Ft &rhs)
 
template<typename c , typename t >
std::basic_istream< c, t > & operator>> (std::basic_istream< c, t > &lhs, Ft &rhs)
 
template<>
MPI::Datatype MPIType< Ft > (void)
 

Variables

MPI::Datatype Ft_MPI_datatype
 

Macro Definition Documentation

◆ PERIOD

#define PERIOD   (3600 * 24)

Definition at line 10 of file Ft.h.

Function Documentation

◆ MPIType< Ft >()

template<>
MPI::Datatype MPIType< Ft > ( void  )

Definition at line 55 of file Ft.h.

◆ operator<()

bool operator< ( const Ft ft1,
const Ft ft2 
)

Definition at line 37 of file Ft.h.

◆ operator<<()

template<typename c , typename t >
std::basic_istream< c, t > & operator<< ( std::basic_istream< c, t > &  lhs,
const Ft rhs 
)
inline

Definition at line 37 of file Ft.h.

◆ operator>>()

template<typename c , typename t >
std::basic_istream< c, t > & operator>> ( std::basic_istream< c, t > &  lhs,
Ft rhs 
)
inline

Definition at line 48 of file Ft.h.

Variable Documentation

◆ Ft_MPI_datatype

MPI::Datatype Ft_MPI_datatype

Definition at line 54 of file Ft.h.