A high-performance general-purpose compute library
arrayfire.h
Go to the documentation of this file.
1/*******************************************************
2 * Copyright (c) 2014, ArrayFire
3 * All rights reserved.
4 *
5 * This file is distributed under 3-clause BSD license.
6 * The complete license agreement can be obtained at:
7 * http://arrayfire.com/licenses/BSD-3-Clause
8 ********************************************************/
9
10#pragma once
11
375#include "af/compatible.h"
376#include "af/algorithm.h"
377#include "af/arith.h"
378#include "af/array.h"
379#include "af/backend.h"
380#include "af/blas.h"
381#include "af/complex.h"
382#include "af/constants.h"
383#include "af/data.h"
384#include "af/device.h"
385#include "af/event.h"
386#include "af/exception.h"
387#include "af/features.h"
388#include "af/gfor.h"
389#include "af/graphics.h"
390#include "af/half.h"
391#include "af/image.h"
392#include "af/index.h"
393#include "af/lapack.h"
394#include "af/memory.h"
395#include "af/ml.h"
396#include "af/random.h"
397#include "af/seq.h"
398#include "af/signal.h"
399#include "af/sparse.h"
400#include "af/statistics.h"
401#include "af/timing.h"
402#include "af/util.h"
403#include "af/version.h"
404#include "af/vision.h"