WPILibC++ 2023.4.3-108-ge5452e3
|
Go to the source code of this file.
Classes | |
struct | Eigen::internal::GemmParallelInfo< Index > |
Namespaces | |
namespace | Eigen |
Namespace containing all symbols from the Eigen library. | |
namespace | Eigen::internal |
Functions | |
void | Eigen::internal::manage_multi_threading (Action action, int *v) |
void | Eigen::initParallel () |
Must be call first when calling Eigen from multiple threads. More... | |
int | Eigen::nbThreads () |
void | Eigen::setNbThreads (int v) |
Sets the max number of threads reserved for Eigen. More... | |
template<bool Condition, typename Functor , typename Index > | |
void | Eigen::internal::parallelize_gemm (const Functor &func, Index rows, Index cols, Index depth, bool transpose) |