文件名称:to-matrix:从数组数组构造矩阵
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-20 11:11:27
JavaScript
到矩阵 从数组数组构造一个。 安装 $ npm install compute-to-matrix 要在浏览器中使用,请使用 。 用法 var toMatrix = require ( 'compute-to-matrix' ) ; toMatrix( arr[, options ] ) 构造一个从一个array的arrays 。 var arr = [ [ 1 , 2 , 3 ] , [ 4 , 5 , 6 ] , [ 7 , 8 , 9 ] ] var mat = toMatrix ( arr ) ; /* [ 1 2 3 4 5 6 7 8 9 ] */ 该函数接受以下options : 访问:存取器function ,用于访问array值。 dtype : 数据类型。 默认值: float64 。 对于非数字嵌套arrays ,提供一个访问f
【文件预览】:
to-matrix-master
----.travis.yml(156B)
----.jshintignore(118B)
----package.json(2KB)
----test()
--------test.js(4KB)
----LICENSE(1KB)
----TODO.md(12B)
----.npmignore(498B)
----examples()
--------index.js(382B)
----.gitignore(711B)
----lib()
--------index.js(2KB)
----Makefile(2KB)
----README.md(4KB)
----.jshintrc(1KB)
----.editorconfig(169B)
----.gitattributes(12B)