|
1 | 1 | Functions |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +Documentation grouped by category: |
4 | 5 |
|
5 | 6 |
|
6 | | -Introduction |
7 | | ------------- |
| 7 | +.. collapse:: Arrayfire Classes |
8 | 8 |
|
9 | | -This is the introductory section of File 1. |
| 9 | + .. list-table:: |
10 | 10 |
|
11 | | -Modules |
12 | | -------- |
| 11 | + * - Class 1 |
| 12 | + - Description of Class 1 |
13 | 13 |
|
14 | | -Here is some content for the first section. |
15 | 14 |
|
16 | | -Mod |
17 | | -~~~ |
| 15 | +.. collapse:: Arrayfire Functions |
18 | 16 |
|
19 | | -This is a subsection under Section 1. |
| 17 | + .. list-table:: |
20 | 18 |
|
21 | | -Mod1 |
22 | | -~~~~ |
| 19 | + * - :doc:`af.array() <functions/array>` |
| 20 | + - Creates an array from a list or other data structure. |
| 21 | + * - :doc:`af.zeros() <functions/zeros>` |
| 22 | + - Creates an array filled with zeros. |
| 23 | + * - :doc:`af.ones() <functions/ones>` |
| 24 | + - Creates an array filled with ones. |
| 25 | + * - :doc:`af.randu() <functions/randu>` |
| 26 | + - Creates an array with random uniform values. |
| 27 | + * - :doc:`af.randn() <functions/randn>` |
| 28 | + - Creates an array with random normal values. |
| 29 | + * - :doc:`af.transpose() <functions/transpose>` |
| 30 | + - Transposes an array. |
| 31 | + * - :doc:`af.reshape() <functions/reshape>` |
| 32 | + - Reshapes an array. |
| 33 | + * - :doc:`af.reorder() <functions/reorder>` |
| 34 | + - Reorders dimensions of an array. |
| 35 | + * - :doc:`af.slice() <functions/slice>` |
| 36 | + - Extracts a slice of an array. |
| 37 | + * - :doc:`af.join() <functions/join>` |
| 38 | + - Joins arrays along a specified dimension. |
| 39 | + * - :doc:`af.add() <functions/add>` |
| 40 | + - Performs element-wise addition. |
| 41 | + * - :doc:`af.subtract() <functions/subtract>` |
| 42 | + - Performs element-wise subtraction. |
| 43 | + * - :doc:`af.multiply() <functions/multiply>` |
| 44 | + - Performs element-wise multiplication. |
| 45 | + * - :doc:`af.divide() <functions/divide>` |
| 46 | + - Performs element-wise division. |
| 47 | + * - :doc:`af.dot() <functions/dot>` |
| 48 | + - Computes the dot product of two arrays. |
| 49 | + * - :doc:`af.exp() <functions/exp>` |
| 50 | + - Computes the exponential of each element. |
| 51 | + * - :doc:`af.log() <functions/log>` |
| 52 | + - Computes the natural logarithm of each element. |
| 53 | + * - :doc:`af.sqrt() <functions/sqrt>` |
| 54 | + - Computes the square root of each element. |
| 55 | + * - :doc:`af.matmul() <functions/matmul>` |
| 56 | + - Matrix multiplication. |
| 57 | + * - :doc:`af.inv() <functions/inv>` |
| 58 | + - Computes the inverse of a matrix. |
| 59 | + * - :doc:`af.det() <functions/det>` |
| 60 | + - Computes the determinant of a matrix. |
| 61 | + * - :doc:`af.eig() <functions/eig>` |
| 62 | + - Computes eigenvalues and eigenvectors. |
| 63 | + * - :doc:`af.fft() <functions/fft>` |
| 64 | + - Computes the Fast Fourier Transform. |
| 65 | + * - :doc:`af.ifft() <functions/ifft>` |
| 66 | + - Computes the Inverse Fast Fourier Transform. |
| 67 | + * - :doc:`af.mean() <functions/mean>` |
| 68 | + - Computes the mean of elements. |
| 69 | + * - :doc:`af.stdev() <functions/sttdev>` |
| 70 | + - Computes the standard deviation. |
| 71 | + * - :doc:`af.median() <functions/median>` |
| 72 | + - Computes the median value. |
| 73 | + * - :doc:`af.sum() <functions/sum>` |
| 74 | + - Computes the sum of elements. |
| 75 | + * - :doc:`af.prod() <functions/prod>` |
| 76 | + - Computes the product of elements. |
| 77 | + * - :doc:`af.device() <functions/device>` |
| 78 | + - Returns the device identifier. |
| 79 | + * - :doc:`af.get_device() <functions/get_device>` |
| 80 | + - Matrix multiplication. |
| 81 | + * - :doc:`af.set_device() <functions/set_device>` |
| 82 | + - Gets the current device. |
| 83 | + * - :doc:`af.get() <functions/get>` |
| 84 | + - Copies data from the GPU to the CPU. |
| 85 | + * - :doc:`af.min() <functions/min>` |
| 86 | + - Finds the minimum value. |
| 87 | + * - :doc:`af.max() <functions/max>` |
| 88 | + - Finds the maximum value. |
23 | 89 |
|
24 | | -More content for the second section. |
25 | 90 |
|
26 | | -Mod2 |
27 | | -~~~~ |
| 91 | +.. collapse:: Arrayfire Functions by Category |
28 | 92 |
|
29 | | -This concludes the content of File 1. |
| 93 | + .. list-table:: |
30 | 94 |
|
31 | | -Mod3 |
32 | | -~~~~ |
| 95 | + * - **Array Creation** |
| 96 | + - Functions in this category are used to initialize arrays with specific values or patterns. |
| 97 | + * - **Array Manipulation** |
| 98 | + - These functions help modify the structure or arrangement of arrays. |
| 99 | + * - **Mathematical Operations** |
| 100 | + - Functions for performing fundamental arithmetic and mathematical operations on arrays. |
| 101 | + * - **Linear Algebra** |
| 102 | + - Functions for performing linear algebra operations, essential in many scientific and engineering tasks. |
| 103 | + * - **Fourier Transforms** |
| 104 | + - Functions for performing Fourier analysis, essential for signal processing and frequency analysis. |
| 105 | + * - **Statistics** |
| 106 | + - Functions for computing statistical metrics and analyzing data distributions. |
| 107 | + * - **Data Reduction** |
| 108 | + - Functions for aggregating and reducing data to summarize or condense information. |
| 109 | + * - **Utilities** |
| 110 | + - General-purpose functions for managing arrays and devices. |
| 111 | + * - **Special Functions** |
| 112 | + - Functions for creating and applying specific types of filters, commonly used in signal processing and analysis. |
33 | 113 |
|
34 | | -Mod4 |
35 | | -~~~~ |
| 114 | + |
| 115 | +.. collapse:: Graphics |
| 116 | + |
| 117 | + .. list-table:: |
| 118 | + |
| 119 | + * - **Rendering Function** |
| 120 | + - Rendering Function to draw images, plots etc |
| 121 | + * - **Window Function** |
| 122 | + - Window Creation, modification and destruction of functions |
0 commit comments