Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/SVD/
DTODOBdcsvd.txt27 … 6) multiply naiveU and naiveV to the right by the matrices found, only naiveU when CompV is set to
DBDCSVD.h204 void copyUV(MatrixXr naiveU, MatrixXr naiveV, MatrixX householderU, MatrixX houseHolderV);
317 void BDCSVD<MatrixType>::copyUV(MatrixXr naiveU, MatrixXr naiveV, MatrixX householderU, MatrixX hou… in copyUV() argument
319 MatrixX temp = MatrixX::Zero(naiveU.rows(), naiveU.cols()); in copyUV()
320 temp.real() = naiveU; in copyUV()