Lines Matching refs:DenseMatrix
116 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix;
224 ComplexVector schurValues(const ComplexSchur<DenseMatrix>& schurofH) const;
225 ComplexVector schurValues(const RealSchur<DenseMatrix>& schurofH) const;
228 mutable DenseMatrix m_V; // Krylov basis vectors
229 mutable DenseMatrix m_H; // Hessenberg matrix
230 mutable DenseMatrix m_Hes; // Initial hessenberg matrix wihout Givens rotations applied
232 mutable DenseMatrix m_U; // Vectors that form the basis of the invariant subspace
233 mutable DenseMatrix m_MU; // matrix operator applied to m_U (for next cycles)
234 mutable DenseMatrix m_T; /* T=U^T*M^{-1}*A*U */
235 mutable PartialPivLU<DenseMatrix> m_luT; // LU factorization of m_T
402 …r DGMRES<_MatrixType, _Preconditioner>::schurValues(const ComplexSchur<DenseMatrix>& schurofH) con…
408 …ctor DGMRES<_MatrixType, _Preconditioner>::schurValues(const RealSchur<DenseMatrix>& schurofH) con…
411 const DenseMatrix& T = schurofH.matrixT();
437 …al::conditional<NumTraits<Scalar>::IsComplex, ComplexSchur<DenseMatrix>, RealSchur<DenseMatrix> >:…
439 DenseMatrix matrixQ(it,it);
465 DenseMatrix Sr(it, nbrEig);
473 DenseMatrix X;
487 DenseMatrix MX(m, nbrEig);