GithubHelp home page GithubHelp logo

Documentation Clarification about toponetx HOT 2 CLOSED

pyt-team avatar pyt-team commented on May 18, 2024
Documentation Clarification

from toponetx.

Comments (2)

jackychen08 avatar jackychen08 commented on May 18, 2024 1

Thank you for the clarification!

from toponetx.

mhajij avatar mhajij commented on May 18, 2024

cell complexes do not support ranks beyond 2. The incidence matrix in a cell complex takes a single parameter, as it is supposed to be the linear rep of the boundary map in algebraic topology.

For instance CC.incidence_matrix(1) of a cell complex CC computes the incidence between 0 and 1 rank cells (nodes and edges). incidence_matrix(2) computes between edges and faces (rank 2 cells).

If you want to go for node and face incidence then you are looking for set-based incidence which is supported in combinatorial complex or colored hypergraph. In that case when you need to compute the incidence between rank i and rank j you pass use : incidence_matrix(i,j). Hope that helps.

from toponetx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.