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 
283 #include "af/compatible.h"
284 #include "af/algorithm.h"
285 #include "af/arith.h"
286 #include "af/array.h"
287 #include "af/blas.h"
288 #include "af/constants.h"
289 #include "af/complex.h"
290 #include "af/data.h"
291 #include "af/device.h"
292 #include "af/exception.h"
293 #include "af/features.h"
294 #include "af/gfor.h"
295 #include "af/graphics.h"
296 #include "af/image.h"
297 #include "af/index.h"
298 #include "af/lapack.h"
299 #include "af/seq.h"
300 #include "af/signal.h"
301 #include "af/statistics.h"
302 #include "af/timing.h"
303 #include "af/util.h"
304 #include "af/version.h"
305 #include "af/vision.h"
Contains BLAS related functions.