Searched refs:m_computed (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/Eigen/src/SVD/ |
D | BDCSVD.h | 208 MatrixXr m_computed; variable 222 m_computed = MatrixXr::Zero(this->m_diagSize + 1, this->m_diagSize ); in allocate() 258 m_computed = Matrix<int, Dynamic, Dynamic>::Zero(rows(), cols()); in compute() 288 m_computed.setZero(); in compute() 290 m_computed(i, i) = temp(i, i); in compute() 291 m_computed(i + 1, i) = temp(i + 1, i); in compute() 293 …m_computed(this->m_diagSize - 1, this->m_diagSize - 1) = temp(this->m_diagSize - 1, this->m_diagSi… in compute() 298 RealScalar a = abs(m_computed.coeff(i, i)); in compute() 380 JacobiSVD<MatrixXr> b(m_computed.block(firstCol, firstCol, n + 1, n), in divide() 389 m_computed.block(firstCol + shift, firstCol + shift, n + 1, n).setZero(); in divide() [all …]
|
D | TODOBdcsvd.txt | 22 …3) assign the singular values found in m_computed at the right places (with the ones found in step… 24 4) set the firstcol to zero (except the first element) in m_computed
|