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

Replace magic constant test for linear solve on triangular matrices #5726

Merged
merged 3 commits into from
Feb 8, 2014

Commits on Feb 8, 2014

  1. Provides Skeel condition numbers (condskeel)

    - New export `condskeel`
    - Documentation with mathematical definition
    - Other minor documentation fixes to linalg
    jiahao committed Feb 8, 2014
    Configuration menu
    Copy the full SHA
    c82701f View commit details
    Browse the repository at this point in the history
  2. Replace tests for linear solver on triangular systems

    - Add automatic promotion of integers to floats for condskeel
    - Ref. #5605, #5705
    jiahao committed Feb 8, 2014
    Configuration menu
    Copy the full SHA
    7977571 View commit details
    Browse the repository at this point in the history
  3. Update NEWS.md with condskeel

    jiahao committed Feb 8, 2014
    Configuration menu
    Copy the full SHA
    76df3e0 View commit details
    Browse the repository at this point in the history