struct Gambit::Scanner::mpi_dist_internal::mpi_dist
[No description available]
Public Functions
Name | |
---|---|
mpi_dist(int N) | |
mpi_dist(int N, int rank, int numtasks) | |
template <typename T > std::vector< int > | operator=(T && func) |
Public Attributes
Name | |
---|---|
int | N |
int | rank |
int | numtasks |
Public Functions Documentation
function mpi_dist
inline mpi_dist(
int N
)
function mpi_dist
inline mpi_dist(
int N,
int rank,
int numtasks
)
function operator=
template <typename T >
inline std::vector< int > operator=(
T && func
)
Public Attributes Documentation
variable N
int N;
variable rank
int rank;
variable numtasks
int numtasks;
Updated on 2025-02-12 at 15:36:39 +0000