diff --git a/napi/argv-strided-complex128array2d/browser.js.html b/napi/argv-strided-complex128array2d/browser.js.html index 82aa32b30..7fd92bb97 100644 --- a/napi/argv-strided-complex128array2d/browser.js.html +++ b/napi/argv-strided-complex128array2d/browser.js.html @@ -154,7 +154,7 @@

All files / napi/argv + + + + + + \ No newline at end of file diff --git a/napi/argv-strided-complex64array2d/coverage.ndjson b/napi/argv-strided-complex64array2d/coverage.ndjson new file mode 100644 index 000000000..21e800ca6 --- /dev/null +++ b/napi/argv-strided-complex64array2d/coverage.ndjson @@ -0,0 +1 @@ +[155,155,100,6,6,100,1,1,100,155,155,100,"3de7b35ccace9db83573ae5225c4e5f4b3aeda3d","2024-09-08 14:55:19 -0700"] diff --git a/napi/argv-strided-complex64array2d/index.html b/napi/argv-strided-complex64array2d/index.html new file mode 100644 index 000000000..9972ede6e --- /dev/null +++ b/napi/argv-strided-complex64array2d/index.html @@ -0,0 +1,161 @@ + + + + + + Code coverage report for napi/argv-strided-complex64array2d/lib + + + + + + + + + +
+
+

All files napi/argv-strided-complex64array2d/lib

+
+ +
+ 100% + Statements + 155/155 +
+ + +
+ 100% + Branches + 6/6 +
+ + +
+ 100% + Functions + 1/1 +
+ + +
+ 100% + Lines + 155/155 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileStatementsBranchesFunctionsLines
browser.js +
+
100%28/28100%1/1100%0/0100%28/28
index.js +
+
100%39/39100%1/1100%0/0100%39/39
main.js +
+
100%33/33100%1/1100%0/0100%33/33
native.js +
+
100%55/55100%3/3100%1/1100%55/55
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/napi/argv-strided-complex64array2d/index.js.html b/napi/argv-strided-complex64array2d/index.js.html new file mode 100644 index 000000000..ebd3d0d50 --- /dev/null +++ b/napi/argv-strided-complex64array2d/index.js.html @@ -0,0 +1,202 @@ + + + + + + Code coverage report for napi/argv-strided-complex64array2d/lib/index.js + + + + + + + + + +
+
+

All files / napi/argv-strided-complex64array2d/lib index.js

+
+ +
+ 100% + Statements + 39/39 +
+ + +
+ 100% + Branches + 1/1 +
+ + +
+ 100% + Functions + 0/0 +
+ + +
+ 100% + Lines + 39/39 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +401x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x + 
/**
+* @license Apache-2.0
+*
+* Copyright (c) 2024 The Stdlib Authors.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*    http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+ 
+'use strict';
+ 
+/**
+* Absolute file path for the directory containing header files for C APIs.
+*
+* @module @stdlib/napi/argv-strided-complex64array2d
+*
+* @example
+* var headerDir = require( '@stdlib/napi/argv-strided-complex64array2d' );
+*
+* console.log( headerDir );
+*/
+ 
+// MODULES //
+ 
+var main = require( './main.js' );
+ 
+ 
+// EXPORTS //
+ 
+module.exports = main;
+ 
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/napi/argv-strided-complex64array2d/main.js.html b/napi/argv-strided-complex64array2d/main.js.html new file mode 100644 index 000000000..5c8f11de8 --- /dev/null +++ b/napi/argv-strided-complex64array2d/main.js.html @@ -0,0 +1,184 @@ + + + + + + Code coverage report for napi/argv-strided-complex64array2d/lib/main.js + + + + + + + + + +
+
+

All files / napi/argv-strided-complex64array2d/lib main.js

+
+ +
+ 100% + Statements + 33/33 +
+ + +
+ 100% + Branches + 1/1 +
+ + +
+ 100% + Functions + 0/0 +
+ + +
+ 100% + Lines + 33/33 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +341x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x + 
/**
+* @license Apache-2.0
+*
+* Copyright (c) 2024 The Stdlib Authors.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*    http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+ 
+'use strict';
+ 
+// MODULES //
+ 
+var resolve = require( 'path' ).resolve;
+ 
+ 
+// MAIN //
+ 
+var dir = resolve( __dirname, '..', 'include' );
+ 
+ 
+// EXPORTS //
+ 
+module.exports = dir;
+ 
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/napi/argv-strided-complex64array2d/native.js.html b/napi/argv-strided-complex64array2d/native.js.html new file mode 100644 index 000000000..1dfb5aa17 --- /dev/null +++ b/napi/argv-strided-complex64array2d/native.js.html @@ -0,0 +1,250 @@ + + + + + + Code coverage report for napi/argv-strided-complex64array2d/lib/native.js + + + + + + + + + +
+
+

All files / napi/argv-strided-complex64array2d/lib native.js

+
+ +
+ 100% + Statements + 55/55 +
+ + +
+ 100% + Branches + 3/3 +
+ + +
+ 100% + Functions + 1/1 +
+ + +
+ 100% + Lines + 55/55 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +41 +42 +43 +44 +45 +46 +47 +48 +49 +50 +51 +52 +53 +54 +55 +561x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +10x +10x +1x +1x +10x +10x +10x +1x +1x +1x +1x +1x + 
/**
+* @license Apache-2.0
+*
+* Copyright (c) 2024 The Stdlib Authors.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*    http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+ 
+'use strict';
+ 
+// MODULES //
+ 
+var isComplex64Array = require( '@stdlib/assert/is-complex64array' );
+var reinterpret = require( '@stdlib/strided/base/reinterpret-complex64' );
+var addon = require( './../src/addon.node' );
+ 
+ 
+// MAIN //
+ 
+/**
+* Wrapper function exposing the C API to JavaScript.
+*
+* @private
+* @param {Complex64Array} v - input array
+* @returns {Complex64Array} input array
+*
+* @example
+* var Complex64Array = require( '@stdlib/array/complex64' );
+*
+* var x = new Complex64Array( 4 );
+*
+* wrapper( x );
+*/
+function wrapper( v ) {
+	if ( isComplex64Array( v ) ) {
+		v = reinterpret( v, 0 );
+	}
+	addon( v );
+	return v;
+}
+ 
+ 
+// EXPORTS //
+ 
+module.exports = wrapper;
+ 
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/napi/browser.js.html b/napi/browser.js.html index 819d78723..4b48aa0f6 100644 --- a/napi/browser.js.html +++ b/napi/browser.js.html @@ -154,7 +154,7 @@

All files / napi/lib