Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::pdlp::Sharder Member List

This is the complete list of members for operations_research::pdlp::Sharder, including all inherited members.

ConstSparseColumnBlock typedefoperations_research::pdlp::Sharder
NumElements() constoperations_research::pdlp::Sharderinline
NumShards() constoperations_research::pdlp::Sharderinline
operator=(const Sharder &other)=deleteoperations_research::pdlp::Sharder
operator=(Sharder &&other)=defaultoperations_research::pdlp::Sharder
ParallelForEachShard(const std::function< void(const Shard &)> &func) constoperations_research::pdlp::Sharder
ParallelSumOverShards(const std::function< double(const Shard &)> &func) constoperations_research::pdlp::Sharder
ParallelTrueForAllShards(const std::function< bool(const Shard &)> &func) constoperations_research::pdlp::Sharder
Sharder(int64_t num_elements, int num_shards, ThreadPool *thread_pool, const std::function< int64_t(int64_t)> &element_mass)operations_research::pdlp::Sharder
Sharder(int64_t num_elements, int num_shards, ThreadPool *thread_pool)operations_research::pdlp::Sharder
Sharder(const Eigen::SparseMatrix< double, Eigen::ColMajor, int64_t > &matrix, int num_shards, ThreadPool *thread_pool)operations_research::pdlp::Sharderinline
Sharder(const Sharder &other_sharder, int64_t num_elements)operations_research::pdlp::Sharder
Sharder(const Sharder &other)=deleteoperations_research::pdlp::Sharder
Sharder(Sharder &&other)=defaultoperations_research::pdlp::Sharder
ShardMass(int shard) constoperations_research::pdlp::Sharderinline
ShardSize(int shard) constoperations_research::pdlp::Sharderinline
ShardStart(int shard) constoperations_research::pdlp::Sharderinline
ShardStartsForTesting() constoperations_research::pdlp::Sharderinline
SparseColumnBlock typedefoperations_research::pdlp::Sharder