![]() |
OR-Tools
9.6
|
This is the complete list of members for Sharder, including all inherited members.
| ConstSparseColumnBlock typedef | Sharder | |
| NumElements() const | Sharder | inline |
| NumShards() const | Sharder | inline |
| operator=(const Sharder &other)=default | Sharder | |
| operator=(Sharder &&other)=default | Sharder | |
| ParallelForEachShard(const std::function< void(const Shard &)> &func) const | Sharder | |
| ParallelSumOverShards(const std::function< double(const Shard &)> &func) const | Sharder | |
| ParallelTrueForAllShards(const std::function< bool(const Shard &)> &func) const | Sharder | |
| Sharder(int64_t num_elements, int num_shards, ThreadPool *thread_pool, const std::function< int64_t(int64_t)> &element_mass) | Sharder | |
| Sharder(int64_t num_elements, int num_shards, ThreadPool *thread_pool) | Sharder | |
| Sharder(const Eigen::SparseMatrix< double, Eigen::ColMajor, int64_t > &matrix, int num_shards, ThreadPool *thread_pool) | Sharder | inline |
| Sharder(const Sharder &other_sharder, int64_t num_elements) | Sharder | |
| Sharder(const Sharder &other)=default | Sharder | |
| Sharder(Sharder &&other)=default | Sharder | |
| ShardMass(int shard) const | Sharder | inline |
| ShardSize(int shard) const | Sharder | inline |
| ShardStart(int shard) const | Sharder | inline |
| ShardStartsForTesting() const | Sharder | inline |
| SparseColumnBlock typedef | Sharder |