CoreNEURON
|
#include <algorithm>
#include "coreneuron/nrnconf.h"
#include "coreneuron/network/tnode.hpp"
#include "coreneuron/utils/lpt.hpp"
Go to the source code of this file.
Namespaces | |
coreneuron | |
THIS FILE IS AUTO GENERATED DONT MODIFY IT. | |
Functions | |
bool | coreneuron::warpcmp (const TNode *a, const TNode *b) |
size_t | coreneuron::warp_balance (size_t ncell, VecTNode &nodevec) |
Use of the LPT (Least Processing Time) algorithm to create balanced groups of cells. More... | |