Skip to content

Commit 55543af

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into refactor/plot
2 parents feb422b + f3dfedc commit 55543af

File tree

111 files changed

+12054
-93
lines changed

Some content is hidden

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

111 files changed

+12054
-93
lines changed

lib/node_modules/@stdlib/blas/base/dsyr/include/stdlib/blas/base/dsyr.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
/**
2020
* Header file containing function declarations for the C interface to the BLAS Level 2 routine `dsyr`.
2121
*/
22-
#ifndef DSYR_H
23-
#define DSYR_H
22+
#ifndef STDLIB_BLAS_BASE_DSYR_H
23+
#define STDLIB_BLAS_BASE_DSYR_H
2424

2525
#include "stdlib/blas/base/shared.h"
2626

@@ -45,4 +45,4 @@ void API_SUFFIX(c_dsyr_ndarray)( const CBLAS_UPLO uplo, const CBLAS_INT N, const
4545
}
4646
#endif
4747

48-
#endif // !DSYR_H
48+
#endif // !STDLIB_BLAS_BASE_DSYR_H

lib/node_modules/@stdlib/blas/base/dsyr/include/stdlib/blas/base/dsyr_cblas.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
/**
2020
* Header file containing function declarations for the C interface to the CBLAS Level 2 routine `cblas_dsyr`.
2121
*/
22-
#ifndef DSYR_CBLAS_H
23-
#define DSYR_CBLAS_H
22+
#ifndef STDLIB_BLAS_BASE_DSYR_CBLAS_H
23+
#define STDLIB_BLAS_BASE_DSYR_CBLAS_H
2424

2525
#include "stdlib/blas/base/shared.h"
2626

@@ -40,4 +40,4 @@ void API_SUFFIX(cblas_dsyr)( const CBLAS_LAYOUT layout, const CBLAS_UPLO uplo, c
4040
}
4141
#endif
4242

43-
#endif // !DSYR_CBLAS_H
43+
#endif // !STDLIB_BLAS_BASE_DSYR_CBLAS_H

lib/node_modules/@stdlib/error/tools/database/data/data.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,3 +1184,5 @@
11841184
"J5","invalid argument. ArrayBuffer view byte length must be a multiple of %u. View byte length: `%u`.","RangeError"
11851185
"J6","invalid invocation. `this` is not a %s.","TypeError"
11861186
"J7","invalid argument. Must provide either a valid object or a struct instance. Value: `%s`.","TypeError"
1187+
"J8","invalid argument. First argument must be a valid orientation. Value: `%s`.","TypeError"
1188+
"J9","invalid argument. Second argument must be a valid orientation. Value: `%s`.","TypeError"

lib/node_modules/@stdlib/error/tools/database/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)