Lines Matching refs:mutable
220 mutable bool m_isRUpToDate;
221 mutable ComputationInfo m_info;
225 mutable cholmod_sparse *m_cR; // The sparse R factor in cholmod format
226 mutable MatrixType m_R; // The sparse matrix R in Eigen format
227 mutable Index *m_E; // The permutation applied to columns
228 mutable cholmod_sparse *m_H; //The householder vectors
229 mutable Index *m_HPinv; // The row permutation of H
230 mutable cholmod_dense *m_HTau; // The Householder coefficients
231 mutable Index m_rank; // The rank of the matrix
232 mutable cholmod_common m_cc; // Workspace and parameters