Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/SVD/
DBDCSVD.h630 Index *realInd = new Index[length]; in deflation() local
634 realInd[pos] = pos; in deflation()
640 const Index realI = realInd[i]; in deflation()
679 realInd[J - Zero] = realI; in deflation()
680 realInd[I - Zero] = j; in deflation()
694 delete [] realInd; in deflation()