![]() |
ATLAS Offline Software
|
#include "GeoSpecialShapes/LArWheelCalculator.h"#include "CxxUtils/sincos.h"#include "TMath.h"#include "TMatrixD.h"#include "TVectorD.h"#include "TMatrixDLazy.h"#include "TDecompLU.h"#include "TDecompSVD.h"#include <sys/time.h>#include <iostream>#include <iomanip>#include <math.h>#include <mutex>#include "GeoModelKernel/Units.h"Go to the source code of this file.
Macros | |
| #define | DEBUGPRINT 0 |
Typedefs | |
| typedef TVectorD | VECTOR |
| typedef TMatrixD | MATRIX |
| typedef TMatrixDSym | SYMMATRIX |
Functions | |
| template<typename T, typename Q> | |
| std::ostream & | operator<< (std::ostream &ostr, const TVectorT< T > &v) |
| static VECTOR | findLinearApproximation (const Int_t dataLen, const Int_t nBasisFuntions, const VECTOR &y, const MATRIX &bf) |
| #define DEBUGPRINT 0 |
Definition at line 38 of file sincos_poly.cxx.
| typedef TMatrixD MATRIX |
Definition at line 21 of file sincos_poly.cxx.
| typedef TMatrixDSym SYMMATRIX |
Definition at line 22 of file sincos_poly.cxx.
| typedef TVectorD VECTOR |
Definition at line 20 of file sincos_poly.cxx.
|
static |
Definition at line 60 of file sincos_poly.cxx.
| std::ostream & operator<< | ( | std::ostream & | ostr, |
| const TVectorT< T > & | v ) |
Definition at line 44 of file sincos_poly.cxx.