Searched defs:remainingSize (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Eigenvalues/
H A DHessenbergDecomposition.h300 Index remainingSize = n-i-1; local
303 matA.col(i).tail(remainingSize).makeHouseholderInPlace(h, beta);
311 matA.bottomRightCorner(remainingSize, remainingSize)
312 .applyHouseholderOnTheLeft(matA.col(i).tail(remainingSize-1), h, &temp.coeffRef(0));
315 matA.rightCols(remainingSize)
316 .applyHouseholderOnTheRight(matA.col(i).tail(remainingSize-1).conjugate(), internal::conj(h), &temp.coeffRef(0));
H A DTridiagonalization.h357 Index remainingSize = n-i-1; local
360 matA.col(i).tail(remainingSize).makeHouseholderInPlace(h, beta);
366 hCoeffs.tail(n-i-1).noalias() = (matA.bottomRightCorner(remainingSize,remainingSize).template selfadjointView<Lower>()
367 * (conj(h) * matA.col(i).tail(remainingSize)));
369 hCoeffs.tail(n-i-1) += (conj(h)*Scalar(-0.5)*(hCoeffs.tail(remainingSize).dot(matA.col(i).tail(remainingSize)))) * matA.col(i).tail(n-i-1);
371 matA.bottomRightCorner(remainingSize, remainingSize).template selfadjointView<Lower>()
372 .rankUpdate(matA.col(i).tail(remainingSize), hCoeff
[all...]
/external/eigen/Eigen/src/QR/
H A DFullPivHouseholderQR.h484 Index remainingSize = rows-k; local
486 c.bottomRightCorner(remainingSize, rhs().cols())
487 .applyHouseholderOnTheLeft(dec().matrixQR().col(k).tail(remainingSize-1),
/external/libnfc-nxp/src/
H A DphFriNfc_NdefMap.h462 uint16_t remainingSize; member in struct:phFriNfc_MifareStdCont

Completed in 105 milliseconds