文件名称:wMathVector:矢量数学函数的集合
文件大小:238KB
文件格式:ZIP
更新时间:2024-08-23 05:26:24
JavaScript
模块::数学向量 矢量数学函数的集合。 MathVector引入了 JavaScript 类型VectorAdapter 。 向量适配器是抽象接口的一种实现,是一种定义如何将数据解释为向量的链接。 适配器可以指定偏移、长度和步幅,它们会改变原始容器的解释方式,但不会改变其数据。 适配器指定的向量的长度不一定等于原始容器的长度,此类向量的兄弟元素不一定是原始容器中的兄弟元素。 多亏了适配器,向量的存储格式对数学算法没有太大影响。 模块MathVector实现了接受由适配器或数组/缓冲区指定的向量的数学函数。 使用 MathVector 可以在数学方面更加实用,并且不受存储格式的限制。 从存储库中尝试 git clone https://github.com/Wandalen/wMathVector cd wMathVector will .npm.install node sample/
【文件预览】:
wMathVector-master
----im.yml(553B)
----.gitattributes(108B)
----proto()
--------Integration.test.ss(10KB)
--------wtools()
--------node_modules()
----.github()
--------workflows()
----Readme.md(17KB)
----will.yml(8KB)
----.circleci()
--------config.yml(562B)
----ex.yml(614B)
----.eslintrc.yml(9KB)
----License(1KB)
----doc()
--------img()
--------eng()
--------ukr()
----sample()
--------Basics.s(4KB)
--------SampleAll.s(2KB)
--------Sample2.s(2KB)
--------trivial()
--------Alternatives.s(1KB)
--------introduction()
----was.package.json(2KB)
----.gitignore(148B)
----out()
--------wMathVector.out.will.yml(42KB)
----package.json(2KB)