72 bool removeDiag =
false )
76 thresholding_(thresholding),
79 removeDiag_(removeDiag),
88 void RThresh(
double val ) { rthresh_ = val; }
96 const int thresholding_;
98 const bool removeDiag_;
103 std::vector<Epetra_SerialDenseMatrix**> VbrBlocks_;
104 std::vector<int> VbrBlockCnt_;
105 std::vector<int> VbrBlockDim_;
106 std::vector<int*> VbrBlockIndices_;
108 std::vector<Epetra_SerialDenseSVD*> SVDs_;
109 std::vector<Epetra_SerialDenseMatrix*> Inverses_;
110 std::vector<Epetra_SerialDenseMatrix*> RHSBlocks_;