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 
298 #include "af/compatible.h"
299 #include "af/algorithm.h"
300 #include "af/arith.h"
301 #include "af/array.h"
302 #include "af/backend.h"
303 #include "af/blas.h"
304 #include "af/constants.h"
305 #include "af/complex.h"
306 #include "af/data.h"
307 #include "af/device.h"
308 #include "af/exception.h"
309 #include "af/features.h"
310 #include "af/gfor.h"
311 #include "af/graphics.h"
312 #include "af/image.h"
313 #include "af/index.h"
314 #include "af/lapack.h"
315 #include "af/random.h"
316 #include "af/seq.h"
317 #include "af/signal.h"
318 #include "af/sparse.h"
319 #include "af/statistics.h"
320 #include "af/timing.h"
321 #include "af/util.h"
322 #include "af/version.h"
323 #include "af/vision.h"
Contains BLAS related functions.