66 bool removeDiag =
false )
70 thresholding_(thresholding),
73 removeDiag_(removeDiag),
82 void RThresh(
double val ) { rthresh_ = val; }
90 const int thresholding_;
92 const bool removeDiag_;
97 std::vector<Epetra_SerialDenseMatrix**> VbrBlocks_;
98 std::vector<int> VbrBlockCnt_;
99 std::vector<int> VbrBlockDim_;
100 std::vector<int*> VbrBlockIndices_;
102 std::vector<Epetra_SerialDenseSVD*> SVDs_;
103 std::vector<Epetra_SerialDenseMatrix*> Inverses_;
104 std::vector<Epetra_SerialDenseMatrix*> RHSBlocks_;