Lines Matching refs:mutable
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
231 mutable Index m_restart; // Maximum size of the Krylov subspace
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
236 mutable int m_neig; //Number of eigenvalues to extract at each restart
237 mutable int m_r; // Current number of deflated eigenvalues, size of m_U
238 mutable int m_maxNeig; // Maximum number of eigenvalues to deflate
239 mutable RealScalar m_lambdaN; //Modulus of the largest eigenvalue of A
240 mutable bool m_isDeflAllocated;
241 mutable bool m_isDeflInitialized;
244 mutable RealScalar m_smv; // Smaller multiple of the remaining number of steps allowed
245 mutable bool m_force; // Force the use of deflation at each restart