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

Incorporate GSoC 2015 Eigensolver into Develop branch #68

Open
wants to merge 21 commits into
base: develop
Choose a base branch
from

Commits on Jun 4, 2015

  1. Hessenberg

    The Hessenberg decomposition module for square matrix is completed...
    rajaditya-m committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    cbdfd8f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2015

  1. Francis QR Step

    rajaditya-m committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    060f437 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2015

  1. FRancis Double Step QR

    This finished the recovery of eigen values
    rajaditya-m committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    6c8137a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. Transform Accumulations

    This is needed for the computation of Eigen Vectors
    rajaditya-m committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    b3dbc13 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2015

  1. Eigen Solver Wrapper

    eigen_solver.hpp which can compute real eigenvalyes of real matrices..
    rajaditya-m committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    6ac85ee View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2015

  1. Givens Rotation and Modified Schur Decomposition

    Implemented Givens rotation and modified schur decomposition for better
    convergence in complex case
    rajaditya-m committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    62872a8 View commit details
    Browse the repository at this point in the history
  2. Complex Eigen Values

    Complex Eigen Values are supported
    rajaditya-m committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    ae04672 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2015

  1. eigenvalue new routine

    rajaditya-m committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    3d48bb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2015

  1. Complex Eigenvector

    rajaditya-m committed Jul 25, 2015
    Configuration menu
    Copy the full SHA
    58e0bb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2015

  1. Small Numerical Fix

    rajaditya-m committed Jul 27, 2015
    Configuration menu
    Copy the full SHA
    2e73352 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2015

  1. Matrix Balancing

    rajaditya-m committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    803d24d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2015

  1. Doxygen Comments

    Documentations
    rajaditya-m committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    147766e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2015

  1. SingleTest and sample

    rajaditya-m committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    24531ff View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. Test Cases

    rajaditya-m committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    929ec70 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2015

  1. HTML Docs

    rajaditya-m committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    ac89993 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2015

  1. Configuration menu
    Copy the full SHA
    1cbafef View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2019

  1. Configuration menu
    Copy the full SHA
    44543f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Configuration menu
    Copy the full SHA
    aaee56c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2019

  1. Modified test Jamfile

    thomasyang1207 committed May 4, 2019
    Configuration menu
    Copy the full SHA
    0b80876 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. Configuration menu
    Copy the full SHA
    85c3867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b89a4a View commit details
    Browse the repository at this point in the history