We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1167c commit 1e5e9dcCopy full SHA for 1e5e9dc
docs/source/api/cast_index.rst
@@ -0,0 +1,35 @@
1
+.. Copyright (c) 2016, Johan Mabille, Sylvain Corlay
2
+
3
+ Distributed under the terms of the BSD 3-Clause License.
4
5
+ The full license is in the file LICENSE, distributed with this software.
6
7
+.. raw:: html
8
9
+ <style>
10
+ .rst-content table.docutils {
11
+ width: 100%;
12
+ table-layout: fixed;
13
+ }
14
15
+ table.docutils .line-block {
16
+ margin-left: 0;
17
+ margin-bottom: 0;
18
19
20
+ table.docutils code.literal {
21
+ color: initial;
22
23
24
+ code.docutils {
25
+ background: initial;
26
27
+ </style>
28
29
30
+Cast
31
+====
32
33
+.. doxygengroup:: batch_conversion
34
+ :project: xsimd
35
+ :content-only:
0 commit comments