blob: a0ba08b15d58133f2f93f414707b6cb820ae4998 [file] [log] [blame]
#ifndef TH_INC
#define TH_INC
#include "THGeneral.h"
#include "THBlas.h"
#ifdef USE_LAPACK
#include "THLapack.h"
#endif
#include "THVector.h"
#include "THLogAdd.h"
#include "THRandom.h"
#include "THStorage.h"
#include "THTensor.h"
#include "THTensorApply.h"
#include "THTensorDimApply.h"
#include "THFile.h"
#include "THDiskFile.h"
#include "THMemoryFile.h"
#endif