My Project
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
254#include "af/compatible.h"
255#include "af/algorithm.h"
256#include "af/arith.h"
257#include "af/array.h"
258#include "af/backend.h"
259#include "af/blas.h"
260#include "af/constants.h"
261#include "af/complex.h"
262#include "af/data.h"
263#include "af/device.h"
264#include "af/exception.h"
265#include "af/features.h"
266#include "af/gfor.h"
267#include "af/graphics.h"
268#include "af/image.h"
269#include "af/index.h"
270#include "af/lapack.h"
271#include "af/seq.h"
272#include "af/signal.h"
273#include "af/statistics.h"
274#include "af/timing.h"
275#include "af/util.h"
276#include "af/version.h"
277#include "af/vision.h"
Contains BLAS related functions.