HomeSort by relevance Sort by last modified time
    Searched refs:HouseholderQR (Results 1 - 17 of 17) sorted by null

  /external/eigen/failtest/
qr_int.cpp 13 HouseholderQR<Matrix<SCALAR,Dynamic,Dynamic> > qr(Matrix<SCALAR,Dynamic,Dynamic>::Random(10,10));
  /external/eigen/doc/snippets/
HouseholderQR_householderQ.cpp 3 HouseholderQR<MatrixXf> qr(A);
  /external/eigen/Eigen/src/Eigen2Support/
QR.h 17 class QR : public HouseholderQR<MatrixType>
21 typedef HouseholderQR<MatrixType> Base;
  /external/eigen/Eigen/src/QR/
HouseholderQR.h 20 * \class HouseholderQR
40 * \sa MatrixBase::householderQr()
42 template<typename _MatrixType> class HouseholderQR
66 * perform decompositions via HouseholderQR::compute(const MatrixType&).
68 HouseholderQR() : m_qr(), m_hCoeffs(), m_temp(), m_isInitialized(false) {}
74 * \sa HouseholderQR()
76 HouseholderQR(Index rows, Index cols)
88 * HouseholderQR<MatrixType> qr(matrix.rows(), matrix.cols());
94 HouseholderQR(const MatrixType& matrix)
121 inline const internal::solve_retval<HouseholderQR, Rhs
    [all...]
  /external/eigen/test/
qr.cpp 24 HouseholderQR<MatrixType> qrOfA(a);
38 HouseholderQR<Matrix<Scalar,Rows,Cols> > qr(m1);
72 HouseholderQR<MatrixType> qr(m1);
92 HouseholderQR<MatrixType> qr;
126 CALL_SUBTEST_12(HouseholderQR<MatrixXf>(10, 20));
householder.cpp 84 HouseholderQR<HBlockMatrixType> qr(hbm);
main.h 384 HouseholderQR<MatrixAType> qra(a);
385 HouseholderQR<MatrixBType> qrb(b);
nomalloc.cpp 154 Eigen::HouseholderQR<Matrix> hQR; hQR.compute(A);
jacobisvd.cpp 136 HouseholderQR<MatrixType2T> qr(m2.adjoint());
  /external/eigen/unsupported/test/
matrix_function.cpp 37 HouseholderQR<MatrixType> QRofA(A);
71 HouseholderQR<MatrixType> QRofA(A);
92 HouseholderQR<MatrixType> QRofA(A);
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFitting.h 138 HouseholderQR<MatrixType> qr(A);
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
HybridNonLinearSolver.h 220 HouseholderQR<JacobianType> qrfac(fjac); // no pivoting:
463 HouseholderQR<JacobianType> qrfac(fjac); // no pivoting:
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 221 template<typename MatrixType> class HouseholderQR;
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 253 /*** preconditioner using HouseholderQR ***/
290 typedef HouseholderQR<MatrixType> QRType;
346 typedef HouseholderQR<TransposeTypeWithSameStorageOrder> QRType;
    [all...]
  /external/eigen/unsupported/Eigen/src/SVD/
JacobiSVD.h 253 /*** preconditioner using HouseholderQR ***/
290 typedef HouseholderQR<MatrixType> QRType;
346 typedef HouseholderQR<TransposeTypeWithSameStorageOrder> QRType;
  /external/eigen/Eigen/src/Core/
MatrixBase.h 366 const HouseholderQR<PlainObject> householderQr() const;
  /external/eigen/Eigen/src/Eigenvalues/
RealQZ.h 223 HouseholderQR<MatrixType> qrT(m_T);

Completed in 235 milliseconds