| ~SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >() |
Double32_t | apply(unsigned int i) const |
const Double32_t* | Array() const |
Double32_t* | Array() |
const Double32_t& | At(unsigned int i, unsigned int j) const |
Double32_t& | At(unsigned int i, unsigned int j) |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >::iterator | begin() |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >::const_iterator | begin() const |
ROOT::Math::SVector<Double32_t,3> | Col(unsigned int thecol) const |
bool | Det(Double32_t& det) |
bool | Det2(Double32_t& det) const |
ROOT::Math::SVector<Double32_t,3> | Diagonal() const |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >::iterator | end() |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >::const_iterator | end() const |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> > | Inverse(int& ifail) const |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> > | InverseChol(int& ifail) const |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> > | InverseFast(int& ifail) const |
bool | Invert() |
bool | InvertChol() |
bool | InvertFast() |
bool | IsInUse(const Double32_t* p) const |
ROOT::Math::SVector<Double32_t,3*(3+1)/2> | LowerBlock() const |
bool | operator!=(const Double32_t& rhs) const |
bool | operator!=(const ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >& rhs) const |
const Double32_t& | operator()(unsigned int i, unsigned int j) const |
Double32_t& | operator()(unsigned int i, unsigned int j) |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >& | operator*=(const Double32_t& rhs) |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >& | operator+=(const Double32_t& rhs) |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >& | operator-=(const Double32_t& rhs) |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >& | operator/=(const Double32_t& rhs) |
bool | operator<(const Double32_t& rhs) const |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >& | operator=(ROOT::Math::SMatrixIdentity) |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >& | operator=(const Double32_t& rhs) |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >& | operator=(const ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >&) |
bool | operator==(const Double32_t& rhs) const |
bool | operator>(const Double32_t& rhs) const |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >::SMatrixRow_const | operator[](unsigned int i) const |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >::SMatrixRow | operator[](unsigned int i) |
ostream& | Print(ostream& os) const |
ROOT::Math::SVector<Double32_t,3> | Row(unsigned int therow) const |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> > | SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >() |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> > | SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >(ROOT::Math::SMatrixIdentity) |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> > | SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >(const ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >& rhs) |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> > | SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >(const Double32_t& rhs) |
ROOT::Math::SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> > | SMatrix<Double32_t,3,3,ROOT::Math::MatRepSym<Double32_t,3> >(const ROOT::Math::SVector<Double32_t,3*(3+1)/2>& v, bool lower = true) |
Double32_t | Trace() const |
ROOT::Math::SVector<Double32_t,3*(3+1)/2> | UpperBlock() const |