MADNESS  version 0.9
Public Member Functions | Public Attributes | List of all members
madness::LoadBalanceDeux< NDIM >::CostPerProc Struct Reference

#include <lbdeux.h>

Public Member Functions

 CostPerProc ()
 
 CostPerProc (double cost, int proc)
 
bool operator< (const CostPerProc &other) const
 

Public Attributes

double cost
 
int proc
 

Constructor & Destructor Documentation

template<std::size_t NDIM>
madness::LoadBalanceDeux< NDIM >::CostPerProc::CostPerProc ( )
inline
template<std::size_t NDIM>
madness::LoadBalanceDeux< NDIM >::CostPerProc::CostPerProc ( double  cost,
int  proc 
)
inline

Member Function Documentation

template<std::size_t NDIM>
bool madness::LoadBalanceDeux< NDIM >::CostPerProc::operator< ( const CostPerProc other) const
inline

Member Data Documentation

template<std::size_t NDIM>
double madness::LoadBalanceDeux< NDIM >::CostPerProc::cost
template<std::size_t NDIM>
int madness::LoadBalanceDeux< NDIM >::CostPerProc::proc

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