Searched defs:permutationQ (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/LU/
H A DFullPivLU.h49 * permutationP(), permutationQ().
157 * \sa permutationQ()
169 inline const PermutationQType& permutationQ() const function in class:Eigen::FullPivLU
696 for(Index i = 0; i < rank(); ++i) dst.row(dec().permutationQ().indices().coeff(i)) = -m.row(i).tail(dimker);
697 for(Index i = rank(); i < cols; ++i) dst.row(dec().permutationQ().indices().coeff(i)).setZero();
698 for(Index k = 0; k < dimker; ++k) dst.coeffRef(dec().permutationQ().indices().coeff(rank()+k), k) = Scalar(1);
736 dst.col(i) = originalMatrix().col(dec().permutationQ().indices().coeff(pivots.coeff(i)));
788 dst.row(permutationQ().indices().coeff(i)) = c.row(i);
790 dst.row(permutationQ().indices().coeff(i)).setZero();
822 c = permutationQ()
[all...]
/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h212 inline const IntRowVectorType& permutationQ() const function in class:Eigen::UmfPackLU
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h561 inline const IntRowVectorType& permutationQ() const function in class:Eigen::SuperLU

Completed in 103 milliseconds