Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

boundary-cells

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    boundary-cells

Enumerates all boundary cells in a simplicial complex


Version published
Weekly downloads
24K
decreased by-15.08%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

boundary-cells

Computes a basis for the collection of all boundary cells in a cell complex. This is not the same as the boundary operator for a cell complex.

Example

var bnd = require('boundary-cells')

console.log(bnd([
  [0, 1, 2],
  [2, 1, 3]
]))

Install

npm i boundary-cells

API

require('boundary-cells')(cells)

Extracts the boundary of all cells in a cell complex

  • cells is a cell complex

Returns An array of all boundary cells in the complex

Credits

(c) 2013-2015 Mikola Lysenko. MIT License

Keywords

FAQs

Last updated on 06 Dec 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc