You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/ext/base/ndarray/csum/README.md
+158Lines changed: 158 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,164 @@ console.log( v );
98
98
99
99
<!-- /.examples -->
100
100
101
+
<!-- C interface documentation. -->
102
+
103
+
* * *
104
+
105
+
<sectionclass="c">
106
+
107
+
## C APIs
108
+
109
+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
110
+
111
+
<sectionclass="intro">
112
+
113
+
</section>
114
+
115
+
<!-- /.intro -->
116
+
117
+
<!-- C usage documentation. -->
118
+
119
+
<sectionclass="usage">
120
+
121
+
### Usage
122
+
123
+
```c
124
+
#include"stdlib/blas/ext/base/ndarray/csum.h"
125
+
```
126
+
127
+
#### stdlib_blas_ext_csum( arrays )
128
+
129
+
Computes the sum of all elements in a one-dimensional single-precision complex floating-point ndarray.
0 commit comments