60 {
MayNotUse(
"Det(Double_t&,Double_t&)"); }
#define ClassDef(name, id)
The Bunch-Kaufman diagonal pivoting method decomposes a real symmetric matrix A using.
TDecompBK & operator=(const TDecompBK &source)
Assignment operator.
TDecompBK()
Default constructor.
virtual TVectorD Solve(const TVectorD &b, Bool_t &ok)
virtual Bool_t Solve(TVectorD &b)
Solve Ax=b assuming the BK form of A is stored in fU . Solution returned in b.
virtual TVectorD TransSolve(const TVectorD &b, Bool_t &ok)
virtual Bool_t TransSolve(TMatrixDColumn &b)
void Print(Option_t *opt="") const
Print the class members.
virtual const TMatrixDBase & GetDecompMatrix() const
virtual void SetMatrix(const TMatrixDSym &a)
Set the matrix to be decomposed, decomposition status is reset.
virtual Int_t GetNrows() const
virtual Bool_t TransSolve(TVectorD &b)
virtual Bool_t Decompose()
Matrix A is decomposed in components U and D so that A = U*D*U^T If the decomposition succeeds,...
virtual Int_t GetNcols() const
virtual void Det(Double_t &, Double_t &)
Matrix determinant det = d1*TMath::Power(2.,d2)
Decomposition Base class.
R__ALWAYS_INLINE Bool_t TestBit(UInt_t f) const
void MayNotUse(const char *method) const
Use this method to signal that a method (defined in a base class) may not be called in a derived clas...
void inv(rsa_NUMBER *, rsa_NUMBER *, rsa_NUMBER *)