Skip to content

Commit 3a9b02a

Browse files
committed
chore: clean-up
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: passed - task: lint_javascript_src status: passed - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: passed - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent a6a4a6f commit 3a9b02a

File tree

46 files changed

+76
-146
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+76
-146
lines changed

lib/node_modules/@stdlib/blas/base/ggemm/README.md

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -157,76 +157,6 @@ console.log( C );
157157

158158
<!-- /.examples -->
159159

160-
<!-- C interface documentation. -->
161-
162-
* * *
163-
164-
<section class="c">
165-
166-
## C APIs
167-
168-
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
169-
170-
<section class="intro">
171-
172-
</section>
173-
174-
<!-- /.intro -->
175-
176-
<!-- C usage documentation. -->
177-
178-
<section class="usage">
179-
180-
### Usage
181-
182-
```c
183-
#include "stdlib/blas/base/ggemm.h"
184-
```
185-
186-
#### TODO
187-
188-
TODO.
189-
190-
```c
191-
TODO
192-
```
193-
194-
TODO
195-
196-
```c
197-
TODO
198-
```
199-
200-
</section>
201-
202-
<!-- /.usage -->
203-
204-
<!-- C API usage notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
205-
206-
<section class="notes">
207-
208-
</section>
209-
210-
<!-- /.notes -->
211-
212-
<!-- C API usage examples. -->
213-
214-
<section class="examples">
215-
216-
### Examples
217-
218-
```c
219-
TODO
220-
```
221-
222-
</section>
223-
224-
<!-- /.examples -->
225-
226-
</section>
227-
228-
<!-- /.c -->
229-
230160
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
231161

232162
<section class="related">

lib/node_modules/@stdlib/blas/base/ggemm/benchmark/benchmark_ca_cb_cc_nta_ntb.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var ggemm = require( './../lib/ndarray.js' );
3232
// VARIABLES //
3333

3434
var options = {
35-
'dtype': 'float64'
35+
'dtype': 'generic'
3636
};
3737

3838

lib/node_modules/@stdlib/blas/base/ggemm/benchmark/benchmark_ca_cb_cc_nta_tb.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var ggemm = require( './../lib/ndarray.js' );
3232
// VARIABLES //
3333

3434
var options = {
35-
'dtype': 'float64'
35+
'dtype': 'generic'
3636
};
3737

3838

lib/node_modules/@stdlib/blas/base/ggemm/benchmark/benchmark_ca_cb_cc_ta_ntb.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var ggemm = require( './../lib/ndarray.js' );
3232
// VARIABLES //
3333

3434
var options = {
35-
'dtype': 'float64'
35+
'dtype': 'generic'
3636
};
3737

3838

lib/node_modules/@stdlib/blas/base/ggemm/benchmark/benchmark_ca_cb_cc_ta_tb.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var ggemm = require( './../lib/ndarray.js' );
3232
// VARIABLES //
3333

3434
var options = {
35-
'dtype': 'float64'
35+
'dtype': 'generic'
3636
};
3737

3838

lib/node_modules/@stdlib/blas/base/ggemm/benchmark/benchmark_ca_cb_rc_nta_ntb.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var ggemm = require( './../lib/ndarray.js' );
3232
// VARIABLES //
3333

3434
var options = {
35-
'dtype': 'float64'
35+
'dtype': 'generic'
3636
};
3737

3838

lib/node_modules/@stdlib/blas/base/ggemm/benchmark/benchmark_ca_cb_rc_nta_tb.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var ggemm = require( './../lib/ndarray.js' );
3232
// VARIABLES //
3333

3434
var options = {
35-
'dtype': 'float64'
35+
'dtype': 'generic'
3636
};
3737

3838

lib/node_modules/@stdlib/blas/base/ggemm/benchmark/benchmark_ca_cb_rc_ta_ntb.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var ggemm = require( './../lib/ndarray.js' );
3232
// VARIABLES //
3333

3434
var options = {
35-
'dtype': 'float64'
35+
'dtype': 'generic'
3636
};
3737

3838

lib/node_modules/@stdlib/blas/base/ggemm/benchmark/benchmark_ca_cb_rc_ta_tb.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var ggemm = require( './../lib/ndarray.js' );
3232
// VARIABLES //
3333

3434
var options = {
35-
'dtype': 'float64'
35+
'dtype': 'generic'
3636
};
3737

3838

lib/node_modules/@stdlib/blas/base/ggemm/benchmark/benchmark_ca_rb_cc_nta_ntb.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var ggemm = require( './../lib/ndarray.js' );
3232
// VARIABLES //
3333

3434
var options = {
35-
'dtype': 'float64'
35+
'dtype': 'generic'
3636
};
3737

3838

0 commit comments

Comments
 (0)