Home
last modified time | relevance | path

Searched refs:computeQZ (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Eigenvalues/
DRealQZ.h104 RealQZ(const MatrixType& A, const MatrixType& B, bool computeQZ = true) :
112 compute(A, B, computeQZ);
160 RealQZ& compute(const MatrixType& A, const MatrixType& B, bool computeQZ = true);
556 …xType>& RealQZ<MatrixType>::compute(const MatrixType& A_in, const MatrixType& B_in, bool computeQZ) in compute() argument
566 m_computeQZ = computeQZ; in compute()