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

Monster PR - vectors, matrices, number theory bindings #12

Open
wants to merge 40 commits into
base: master
Choose a base branch
from

Commits on Nov 21, 2016

  1. started binding CVec

    bollu committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    c3a13f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. started writing code to use Symengine exceptions, simplified code to …

    …convert from Int -> <various C types>
    bollu committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    41861c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    327d249 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2016

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

Commits on Nov 25, 2016

  1. Configuration menu
    Copy the full SHA
    89da046 View commit details
    Browse the repository at this point in the history
  2. started binding dense matrices

    bollu committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    f7ae2e6 View commit details
    Browse the repository at this point in the history
  3. added test for dense matrices

    bollu committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    057e308 View commit details
    Browse the repository at this point in the history
  4. added checks to bounds in basicvec, as isuruf said that such checks s…

    …hould happen at both interfaces
    bollu committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    de1032b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c991b35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd4a5d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Configuration menu
    Copy the full SHA
    6a42612 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb1d570 View commit details
    Browse the repository at this point in the history
  3. implemented getter for matrix

    bollu committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    1777564 View commit details
    Browse the repository at this point in the history
  4. added getter for CDenseMatrix

    bollu committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    8d22266 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d6ee7d View commit details
    Browse the repository at this point in the history
  6. fixed get_size

    bollu committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    cf027a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4440d9b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. added more dense matrix code

    bollu committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    e268442 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfdc5df View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

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

Commits on Dec 10, 2016

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

Commits on Dec 11, 2016

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

Commits on Dec 12, 2016

  1. made eye into typed function

    bollu committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    35c7c74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bd0861 View commit details
    Browse the repository at this point in the history
  3. fully typed densematrix API

    bollu committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    d9c5e4b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Configuration menu
    Copy the full SHA
    82ec441 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3fa4ef View commit details
    Browse the repository at this point in the history
  3. continue building number theory

    bollu committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    a96e5be View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Configuration menu
    Copy the full SHA
    30411db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16ebc01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a26e46e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afe7aed View commit details
    Browse the repository at this point in the history
  5. identity of + is crashing

    bollu committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    5add770 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. DOES NOT COMPILE: turns out memory is _not_ the problem. changed all …

    …foriegn pointers to leak memory, still crashes
    bollu committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    9f549b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad21095 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50f002d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e2e5fc View commit details
    Browse the repository at this point in the history
  5. changed basicsym_binaryop to deal with exceptions. TODO: edit other c…

    …ode as well to do the same
    bollu committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    7a681fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7ee3fb View commit details
    Browse the repository at this point in the history
  7. expose transpose

    bollu committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    27722bd View commit details
    Browse the repository at this point in the history