HomeSort by relevance Sort by last modified time
    Searched defs:permutationQ (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/LU/
FullPivLU.h 37 * permutationP(), permutationQ().
129 * \sa permutationQ()
141 inline const PermutationQType& permutationQ() const
614 for(Index i = 0; i < rank(); ++i) dst.row(dec().permutationQ().indices().coeff(i)) = -m.row(i).tail(dimker);
615 for(Index i = rank(); i < cols; ++i) dst.row(dec().permutationQ().indices().coeff(i)).setZero();
616 for(Index k = 0; k < dimker; ++k) dst.coeffRef(dec().permutationQ().indices().coeff(rank()+k), k) = Scalar(1);
653 dst.col(i) = originalMatrix().col(dec().permutationQ().indices().coeff(pivots.coeff(i)));
711 dst.row(dec().permutationQ().indices().coeff(i)) = c.row(i);
713 dst.row(dec().permutationQ().indices().coeff(i)).setZero();
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 185 inline const IntRowVectorType& permutationQ() const
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 552 inline const IntRowVectorType& permutationQ() const

Completed in 25 milliseconds