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

  /external/eigen/doc/snippets/
RealQZ_compute.cpp 3 RealQZ<MatrixXf> qz(4); // preallocate space for 4x4 matrices
  /external/eigen/Eigen/src/Eigenvalues/
RealQZ.h 18 * \class RealQZ
40 * RealQZ(const MatrixType& B, const MatrixType& B, bool computeQZ)
57 template<typename _MatrixType> class RealQZ
86 explicit RealQZ(Index size = RowsAtCompileTime==Dynamic ? 1 : RowsAtCompileTime) :
104 RealQZ(const MatrixType& A, const MatrixType& B, bool computeQZ = true) :
120 eigen_assert(m_isInitialized && "RealQZ is not initialized.");
130 eigen_assert(m_isInitialized && "RealQZ is not initialized.");
140 eigen_assert(m_isInitialized && "RealQZ is not initialized.");
149 eigen_assert(m_isInitialized && "RealQZ is not initialized.");
160 RealQZ& compute(const MatrixType& A, const MatrixType& B, bool computeQZ = true)
    [all...]
GeneralizedEigenSolver.h 15 #include "./RealQZ.h"
244 * The matrix is first reduced to real generalized Schur form using the RealQZ
281 RealQZ<MatrixType> m_realQZ;
  /external/eigen/test/
real_qz.cpp 18 RealQZ.h
45 RealQZ<MatrixType> qz(dim);

Completed in 223 milliseconds