Lines Matching defs:compute
38 * Call the function compute() to compute the real QZ decomposition of a
80 * perform decompositions via compute(). The \p size parameter is only
84 * \sa compute() for an example.
102 * This constructor calls compute() to compute the QZ decomposition.
112 compute(A, B, computeQZ);
160 RealQZ& compute(const MatrixType& A, const MatrixType& B, bool computeQZ = true);
446 // Compute the shifts: (x,y,z,0...) = (AB^-1 - l1 I) (AB^-1 - l2 I) e1
556 RealQZ<MatrixType>& RealQZ<MatrixType>::compute(const MatrixType& A_in, const MatrixType& B_in, bool computeQZ)
573 // compute L1 vector norms of T, S into m_normOfS, m_normOfT
650 } // end compute