#include <Eigen/src/QR/FullPivHouseholderQR.h>
template<typename MatrixType, typename PermutationIndex>
struct Eigen::internal::FullPivHouseholderQRMatrixQReturnType< MatrixType, PermutationIndex >
Expression type for return value of FullPivHouseholderQR::matrixQ()
- Template Parameters
-
| MatrixType | type of underlying dense matrix |
Inherits Eigen::ReturnByValue< Derived >.
The documentation for this struct was generated from the following file: