Searched refs:naiveU (Results 1 – 2 of 2) sorted by relevance
27 … 6) multiply naiveU and naiveV to the right by the matrices found, only naiveU when CompV is set to
204 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() argument319 MatrixX temp = MatrixX::Zero(naiveU.rows(), naiveU.cols()); in copyUV()320 temp.real() = naiveU; in copyUV()