Program Listing for File dense.h#

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

#ifndef OTI_DENSE_H
#define OTI_DENSE_H






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

#include "oti/core.h"
#include "oti/real.h"

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








// ----------------------------------------------------------------------------------------------------
// -----------------------------------     SCALAR LIBRARIES     ---------------------------------------
// ----------------------------------------------------------------------------------------------------

// Structure definitions
#include "dense/scalar/structures.h"

// Base operations
#include "dense/scalar/base.h"

// Algebra operations
#include "dense/scalar/algebra.h"

// Function operations
#include "dense/scalar/functions.h"

// Utilities operations
#include "dense/scalar/utils.h"

// ----------------------------------------------------------------------------------------------------
// --------------------------------    END SCALAR LIBRARIES     ---------------------------------------
// ----------------------------------------------------------------------------------------------------






// ----------------------------------------------------------------------------------------------------
// ------------------------------------     ARRAY LIBRARIES     ---------------------------------------
// ----------------------------------------------------------------------------------------------------

// Structure definitions
#include "dense/array/structures.h"

// Base operations
#include "dense/array/base.h"

// Algebra operations
#include "dense/array/algebra_elementwise.h"
#include "dense/array/algebra_matops.h"

// Function operations
#include "dense/array/functions.h"

// Utilities operations
#include "dense/array/utils.h"

// ----------------------------------------------------------------------------------------------------
// ---------------------------------    END ARRAY LIBRARIES     ---------------------------------------
// ----------------------------------------------------------------------------------------------------



#endif