HomeSort by relevance Sort by last modified time
    Searched full:originalmatrix (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/misc/
Image.h 43 image_retval_base(const DecompositionType& dec, const MatrixType& originalMatrix)
46 m_originalMatrix(originalMatrix)
53 inline const MatrixType& originalMatrix() const { return m_originalMatrix; }
75 using Base::originalMatrix; \
79 image_retval(const DecompositionType& dec, const MatrixType& originalMatrix) \
80 : Base(dec, originalMatrix) {}
  /external/eigen/Eigen/src/LU/
FullPivLU.h 170 * \param originalMatrix the original matrix, of which *this is the LU decomposition.
187 image(const MatrixType& originalMatrix) const
190 return internal::image_retval<FullPivLU>(*this, originalMatrix);
653 dst.col(i) = originalMatrix().col(dec().permutationQ().indices().coeff(pivots.coeff(i)));

Completed in 623 milliseconds