CUDA
C/C++    Fortran   

Class List

Here are the data types with brief descriptions:
absAbsolute of an array
alltrueFind if all elements in an array are true, along a given dimension
anytrueFind if any element in an array is true, along a given dimension
arrayType(array) containing information about device
assignment
choleskyCholesky decomposition Double-precision or complex input requires ArrayFire Pro
complexMatrix complex
conjgMatrix complex conjugate
constantConstant value
cosCo-sine of an array
device_countGet the count of gpus available
device_evalForces evaluation on the device
device_getGet current gpu
device_infoDisplays system and arayfire information
device_setSwitch to a particular gpu
device_syncSyncs all operations on the current GPU
diagMatrix diag
eigenEigen value decomposition This function requires ArrayFire Pro
expExponential of an array
flatFlatten an array
get
htransposeMatrix hermitian transpose
identityConstant, identity
idx
imagMatrix imag
inverseInverse of a matrix This function requires ArrayFire Pro
joinJoin two arrays
logLogarithm of an array
lowerMatrix lower
luLU decomposition Double-precision or complex input requires ArrayFire Pro
matmulMatrix multiply
matpowPower of a matrix Negative powers require ArrayFire Pro
maxMaximum of elements in an array, along a given dimension
meanMean of elements in an array, along a given dimension
minMinimum of elements in an array, along a given dimension
mulProduct of elements in an array, along a given dimension
normMatrix norm
operatorElement wise addition
printDisplays the contens of type array
qrQR decomposition Double-precision or complex input requires ArrayFire Pro
randnRandom, normally distributed
randuRandom, uniformly distributed
realMatrix real
reformReform an array
reorderMatrix reorder
seq
set
sinSine of an array
singularSingular value decomposition This function requires ArrayFire Pro
solveSolve a system of equations Double-precision or complex input requires ArrayFire Pro
sortMatrix sort
stdStandard deviation of elements in an array, along a given dimension
sumSum of elements in an array, along a given dimension
tanTangent of an array
tileTile an array
timer_startStart timer
timer_stopStop timer
transposeMatrix transpose
upperMatrix upper
varVariance of elements in an array, along a given dimension