We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
blas/base/layouts
1 parent 0c3213e commit c61cc17Copy full SHA for c61cc17
lib/node_modules/@stdlib/blas/base/shared/include/stdlib/blas/base/shared/cblas.h
@@ -65,7 +65,7 @@ extern "C" {
65
66
// Array storage layout:
67
#ifndef CBLAS_LAYOUT
68
-typedef STDLIB_BLAS_ORDER CBLAS_LAYOUT;
+typedef STDLIB_BLAS_LAYOUT CBLAS_LAYOUT;
69
#endif
70
71
// Transpose operation:
lib/node_modules/@stdlib/blas/base/shared/manifest.json
@@ -33,7 +33,7 @@
33
"libraries": [],
34
"libpath": [],
35
"dependencies": [
36
- "@stdlib/blas/base/orders"
+ "@stdlib/blas/base/layouts"
37
]
38
}
39
0 commit comments