Skip to content

Commit a02d76b

Browse files
committed
Fix namespaces
1 parent 8e4d960 commit a02d76b

20 files changed

Lines changed: 40 additions & 40 deletions

File tree

lib/node_modules/@stdlib/blas/ext/base/dnansum/src/addon.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Add-on namespace.
3030
*/
31-
namespace stdlib_stats_base_dnansum {
31+
namespace stdlib_blas_ext_base_dnansum {
3232

3333
/**
3434
* Computes the sum of double-precision floating-point strided array elements, ignoring `NaN` values.
@@ -116,4 +116,4 @@ namespace stdlib_stats_base_dnansum {
116116
}
117117

118118
NAPI_MODULE( NODE_GYP_MODULE_NAME, Init )
119-
} // end namespace stdlib_stats_base_dnansum
119+
} // end namespace stdlib_blas_ext_base_dnansum

lib/node_modules/@stdlib/blas/ext/base/dnansumkbn2/src/addon.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Add-on namespace.
3030
*/
31-
namespace stdlib_stats_base_dnansumkbn2 {
31+
namespace stdlib_blas_ext_base_dnansumkbn2 {
3232

3333
/**
3434
* Computes the sum of double-precision floating-point strided array elements, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.
@@ -116,4 +116,4 @@ namespace stdlib_stats_base_dnansumkbn2 {
116116
}
117117

118118
NAPI_MODULE( NODE_GYP_MODULE_NAME, Init )
119-
} // end namespace stdlib_stats_base_dnansumkbn2
119+
} // end namespace stdlib_blas_ext_base_dnansumkbn2

lib/node_modules/@stdlib/blas/ext/base/dnansumors/src/addon.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Add-on namespace.
3030
*/
31-
namespace stdlib_stats_base_dnansumors {
31+
namespace stdlib_blas_ext_base_dnansumors {
3232

3333
/**
3434
* Computes the sum of double-precision floating-point strided array elements, ignoring `NaN` values and using ordinary recursive summation.
@@ -116,4 +116,4 @@ namespace stdlib_stats_base_dnansumors {
116116
}
117117

118118
NAPI_MODULE( NODE_GYP_MODULE_NAME, Init )
119-
} // end namespace stdlib_stats_base_dnansumors
119+
} // end namespace stdlib_blas_ext_base_dnansumors

lib/node_modules/@stdlib/blas/ext/base/dnansumpw/src/addon.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Add-on namespace.
3030
*/
31-
namespace stdlib_stats_base_dnansumpw {
31+
namespace stdlib_blas_ext_base_dnansumpw {
3232

3333
/**
3434
* Computes the sum of double-precision floating-point strided array elements, ignoring `NaN` values and using pairwise summation.
@@ -116,4 +116,4 @@ namespace stdlib_stats_base_dnansumpw {
116116
}
117117

118118
NAPI_MODULE( NODE_GYP_MODULE_NAME, Init )
119-
} // end namespace stdlib_stats_base_dnansumpw
119+
} // end namespace stdlib_blas_ext_base_dnansumpw

lib/node_modules/@stdlib/blas/ext/base/dsnansum/src/addon.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Add-on namespace.
3030
*/
31-
namespace stdlib_stats_base_dsnansum {
31+
namespace stdlib_blas_ext_base_dsnansum {
3232

3333
/**
3434
* Computes the sum of single-precision floating-point strided array elements, ignoring `NaN` values, using extended accumulation, and returning an extended precision result.
@@ -116,4 +116,4 @@ namespace stdlib_stats_base_dsnansum {
116116
}
117117

118118
NAPI_MODULE( NODE_GYP_MODULE_NAME, Init )
119-
} // end namespace stdlib_stats_base_dsnansum
119+
} // end namespace stdlib_blas_ext_base_dsnansum

lib/node_modules/@stdlib/blas/ext/base/dssum/src/addon.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Add-on namespace.
3030
*/
31-
namespace stdlib_stats_base_dssum {
31+
namespace stdlib_blas_ext_base_dssum {
3232

3333
/**
3434
* Computes the sum of single-precision floating-point strided array elements using extended accumulation and returning an extended precision result.
@@ -116,4 +116,4 @@ namespace stdlib_stats_base_dssum {
116116
}
117117

118118
NAPI_MODULE( NODE_GYP_MODULE_NAME, Init )
119-
} // end namespace stdlib_stats_base_dssum
119+
} // end namespace stdlib_blas_ext_base_dssum

lib/node_modules/@stdlib/blas/ext/base/dsum/src/addon.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Add-on namespace.
3030
*/
31-
namespace stdlib_stats_base_dsum {
31+
namespace stdlib_blas_ext_base_dsum {
3232

3333
/**
3434
* Computes the sum of double-precision floating-point strided array elements.
@@ -116,4 +116,4 @@ namespace stdlib_stats_base_dsum {
116116
}
117117

118118
NAPI_MODULE( NODE_GYP_MODULE_NAME, Init )
119-
} // end namespace stdlib_stats_base_dsum
119+
} // end namespace stdlib_blas_ext_base_dsum

lib/node_modules/@stdlib/blas/ext/base/dsumkbn2/src/addon.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Add-on namespace.
3030
*/
31-
namespace stdlib_stats_base_dsumkbn2 {
31+
namespace stdlib_blas_ext_base_dsumkbn2 {
3232

3333
/**
3434
* Computes the sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
@@ -116,4 +116,4 @@ namespace stdlib_stats_base_dsumkbn2 {
116116
}
117117

118118
NAPI_MODULE( NODE_GYP_MODULE_NAME, Init )
119-
} // end namespace stdlib_stats_base_dsumkbn2
119+
} // end namespace stdlib_blas_ext_base_dsumkbn2

lib/node_modules/@stdlib/blas/ext/base/dsumors/src/addon.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Add-on namespace.
3030
*/
31-
namespace stdlib_stats_base_dsumors {
31+
namespace stdlib_blas_ext_base_dsumors {
3232

3333
/**
3434
* Computes the sum of double-precision floating-point strided array elements using ordinary recursive summation.
@@ -116,4 +116,4 @@ namespace stdlib_stats_base_dsumors {
116116
}
117117

118118
NAPI_MODULE( NODE_GYP_MODULE_NAME, Init )
119-
} // end namespace stdlib_stats_base_dsumors
119+
} // end namespace stdlib_blas_ext_base_dsumors

lib/node_modules/@stdlib/blas/ext/base/dsumpw/src/addon.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Add-on namespace.
3030
*/
31-
namespace stdlib_stats_base_dsumpw {
31+
namespace stdlib_blas_ext_base_dsumpw {
3232

3333
/**
3434
* Computes the sum of double-precision floating-point strided array elements using pairwise summation.
@@ -116,4 +116,4 @@ namespace stdlib_stats_base_dsumpw {
116116
}
117117

118118
NAPI_MODULE( NODE_GYP_MODULE_NAME, Init )
119-
} // end namespace stdlib_stats_base_dsumpw
119+
} // end namespace stdlib_blas_ext_base_dsumpw

0 commit comments

Comments
 (0)