Home
last modified time | relevance | path

Searched refs:realCol (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/SVD/
DBDCSVD.h631 Index *realCol = new Index[length]; in deflation() local
633 realCol[pos] = pos + firstCol + shift; in deflation()
642 const Index J = realCol[j]; in deflation()
677 realCol[realI] = J; in deflation()
678 realCol[j] = I; in deflation()
695 delete [] realCol; in deflation()