UNPKG

@stdlib/blas-base-dswap

Version:

Interchange two double-precision floating-point vectors.

91 lines (90 loc) 2.07 kB
{ "name": "@stdlib/blas-base-dswap", "version": "0.4.1", "description": "Interchange two double-precision floating-point vectors.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" }, "contributors": [ { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], "main": "./lib", "browser": "./lib/main.js", "gypfile": false, "directories": { "doc": "./docs", "include": "./include", "lib": "./lib", "src": "./src", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/blas-base-dswap.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/assert-is-error": "^0.2.2", "@stdlib/blas-base-shared": "^0.2.1", "@stdlib/napi-argv": "^0.2.3", "@stdlib/napi-argv-int64": "^0.2.3", "@stdlib/napi-argv-strided-float64array": "^0.2.3", "@stdlib/napi-export": "^0.3.1", "@stdlib/strided-base-min-view-buffer-index": "^0.3.1", "@stdlib/strided-base-stride2offset": "^0.1.1", "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", "@stdlib/utils-library-manifest": "^0.2.3", "@stdlib/utils-try-require": "^0.2.2" }, "devDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "stdmath", "mathematics", "math", "blas", "level 1", "linear", "algebra", "subroutines", "dswap", "swap", "interchange", "vector", "array", "ndarray", "float64", "double", "float64array", "typed array" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }