Program Listing for File core.h#

Return to documentation for file (oti/core.h)

#ifndef OTICORE_H
#define OTICORE_H
// ----------------------------------------------------------------------------------------------------
// ---------------------------------     EXTERNAL LIBRARIES     ---------------------------------------
// ----------------------------------------------------------------------------------------------------

#include "oti/comm.h"
#include <math.h>

// ----------------------------------------------------------------------------------------------------
// --------------------------------    END EXTERNAL LIBRARIES     -------------------------------------
// ----------------------------------------------------------------------------------------------------


// Structure definitions
#include "core/structures.h"

// fileio.
#include "core/fileio.h"

// Base implementation of direction Helper.
#include "core/base.h"

// Utils
#include "core/utils.h"

// Data precomputation functions.
#include "core/precompute.h"

// Dense.
#include "core/dense.h"

// Sparse.
#include "core/sparse.h"


#endif