cell-orientation:计算单纯形的方向

时间:2024-06-17 21:30:13
【文件属性】:

文件名称:cell-orientation:计算单纯形的方向

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-17 21:30:13

JavaScript

细胞取向 计算由整数索引列表给出的单元格的方向。 例子 var orientation = require ( 'cell-orientation' ) console . log ( orientation ( [ 0 , 1 , 2 ] ) ) console . log ( orientation ( [ 1 , 0 , 2 ] ) ) console . log ( orientation ( [ 1 , 1 , 2 ] ) ) 原料药 require('cell-orienation')(s) 计算单元格的方向 s是一个整数列表 如果s有任何重复项(即退化),则返回0 ,否则+/-取决于s的顺序 执照 (c)2015年Mikola Lysenko。 麻省理工学院执照


【文件预览】:
cell-orientation-master
----.gitignore(109B)
----package.json(714B)
----LICENSE(1KB)
----orientation.js(265B)
----README.md(562B)
----test()
--------test.js(294B)

网友评论