#include "Rtypes.h"
#include "TMatrixT.h"
Go to the source code of this file.
Namespaces | |
namespace | TMatrixTCramerInv |
Functions | |
template<class Element> | |
Bool_t | TMatrixTCramerInv::Inv2x2 (TMatrixT< Element > &m, Double_t *determ) |
template<class Element> | |
Bool_t | TMatrixTCramerInv::Inv3x3 (TMatrixT< Element > &m, Double_t *determ) |
template<class Element> | |
Bool_t | TMatrixTCramerInv::Inv4x4 (TMatrixT< Element > &m, Double_t *determ) |
template<class Element> | |
Bool_t | TMatrixTCramerInv::Inv5x5 (TMatrixT< Element > &m, Double_t *determ) |
template<class Element> | |
Bool_t | TMatrixTCramerInv::Inv6x6 (TMatrixT< Element > &m, Double_t *determ) |