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/dtril/README.md
+182Lines changed: 182 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,188 @@ console.log( ndarray2array( out ) );
114
114
115
115
<!-- /.examples -->
116
116
117
+
<!-- C interface documentation. -->
118
+
119
+
* * *
120
+
121
+
<sectionclass="c">
122
+
123
+
## C APIs
124
+
125
+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
126
+
127
+
<sectionclass="intro">
128
+
129
+
</section>
130
+
131
+
<!-- /.intro -->
132
+
133
+
<!-- C usage documentation. -->
134
+
135
+
<sectionclass="usage">
136
+
137
+
### Usage
138
+
139
+
```c
140
+
#include"stdlib/blas/ext/base/ndarray/dtril.h"
141
+
```
142
+
143
+
#### stdlib_blas_ext_dtril( arrays )
144
+
145
+
Copies the lower triangular part of a double-precision floating-point matrix `A` to another matrix `B`.
- **arrays**: `[in] struct ndarray**` list containing a two-dimensional input ndarray `A`, a two-dimensional output ndarray `B`, and a zero-dimensional scalar ndarray `k`.
0 commit comments