npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

differential

0.1.1

@mikolalysenko

npmRepoSnykSocket
Downloads:271
$ npm install differential
DailyWeeklyMonthlyYearly

differential

Returns the differential operator of a simplicial complex in the integral homology.

Usage

Install using npm:

npm install differential

And use it as follows:

var differential = require("differential")

var D = differential([[0,1,2],[1,2,3]])
console.log(D.toDense())
console.log(D.boundaryCells)

Credits

(c) 2013 Mikola Lysenko. BSD License