HomeSort by relevance Sort by last modified time
    Searched defs:initParallel (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/products/
Parallelizer.h 50 inline void initParallel()
128 Eigen::initParallel();
GeneralMatrixMatrix.h 216 m_blocking.initParallel(m_lhs.rows(), m_rhs.cols(), m_lhs.cols(), num_threads);
316 void initParallel(Index, Index, Index, Index)
362 void initParallel(Index rows, Index cols, Index depth, Index num_threads)

Completed in 461 milliseconds