Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MarkovChain: Sparse matrix support #174

Merged
merged 3 commits into from
Sep 2, 2015

Commits on Aug 27, 2015

  1. Add subgraph method to DiGraph

    Used in MarkovChain to compute the periods of SCCs
    oyamad committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    dae6cd6 View commit details
    Browse the repository at this point in the history
  2. Sparse matrix supported

    This will close QuantEcon#145
    oyamad committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    1dea7f7 View commit details
    Browse the repository at this point in the history
  3. overwrite option revived in gth_solve

    Used in MarkovChain._compute_stationary for sparse matrix
    oyamad committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    e0fe4b1 View commit details
    Browse the repository at this point in the history