Searched refs:mus (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/SVD/
H A DBDCSVD.h177 void computeSingVals(const ArrayRef& col0, const ArrayRef& diag, const IndicesRef& perm, VectorType& singVals, ArrayRef shifts, ArrayRef mus);
178 void perturbCol0(const ArrayRef& col0, const ArrayRef& diag, const IndicesRef& perm, const VectorType& singVals, const ArrayRef& shifts, const ArrayRef& mus, ArrayRef zhat);
179 void computeSingVecs(const ArrayRef& zhat, const ArrayRef& diag, const IndicesRef& perm, const VectorType& singVals, const ArrayRef& shifts, const ArrayRef& mus, MatrixXr& U, MatrixXr& V);
602 Map<ArrayXr> mus(m_workspace.data()+2*n, n);
611 // Compute singVals, shifts, and mus
612 computeSingVals(col0, diag, perm, singVals, shifts, mus);
617 std::cout << " mu: " << mus.transpose() << "\n";
623 std::cout << "\n\n mus: " << mus.head(actual_n).transpose() << "\n\n";
624 std::cout << " check1 (expect0) : " << ((singVals.array()-(shifts+mus)) / singVal
706 computeSingVals(const ArrayRef& col0, const ArrayRef& diag, const IndicesRef &perm, VectorType& singVals, ArrayRef shifts, ArrayRef mus) argument
[all...]
/external/valgrind/drd/tests/
H A Dtsan_unittest.cpp1787 std::vector<Mutex*> mus; local
1793 mus.push_back(new Mutex);
1794 mus.back()->Lock();
1795 mus.back()->Unlock();
1809 for (size_t i = 0; i < mus.size(); i++) {
1810 delete mus[i];

Completed in 157 milliseconds