#include <iostream>
#include <math.h>
#include <set>
#include <limits>
#include "../../trunk/CombBLAS/CombBLAS.h"
Go to the source code of this file.
|
| 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) |
| |
◆ PERIOD
| #define PERIOD (3600 * 24) |
Definition at line 10 of file Ft.h.
◆ 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.
◆ Ft_MPI_datatype
| MPI::Datatype Ft_MPI_datatype |
Definition at line 54 of file Ft.h.