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

Refactor Eigen Type traits #1667

Closed
wants to merge 25 commits into from
Closed

Commits on Feb 2, 2020

  1. expand the definition of is_eigen_matrix to allow for anything that i…

    …nherits from Eigen::DenseBase with more than 1 row and column
    SteveBronder committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    63d0f50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1fa492 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. fixup is_eigen_matrix to check if matrix inherits from Eigen::MatrixB…

    …ase and has neither row nor columns equal to 1
    SteveBronder committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    4b06717 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed28766 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9626951 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70bed19 View commit details
    Browse the repository at this point in the history
  5. fix eigen_matrix docs

    SteveBronder committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    8824d84 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/require-eigen-matrix' of github.com:stan-dev/ma…

    …th into feature/require-eigen-matrix
    SteveBronder committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    7aae65d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    df56c52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0205d07 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

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

Commits on Mar 3, 2020

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

Commits on Mar 4, 2020

  1. Configuration menu
    Copy the full SHA
    da88fa5 View commit details
    Browse the repository at this point in the history
  2. update docs for testing

    SteveBronder committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    52dc9cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eda898 View commit details
    Browse the repository at this point in the history
  4. merge to develop

    SteveBronder committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    e7715b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. merge to develop

    SteveBronder committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    371f98a View commit details
    Browse the repository at this point in the history
  2. [Jenkins] auto-formatting by clang-format version 5.0.2-svn328729-1~e…

    …xp1~20180509124008.99 (branches/release_50)
    stan-buildbot committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    df50c01 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Configuration menu
    Copy the full SHA
    e204430 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51dc0db View commit details
    Browse the repository at this point in the history
  3. remove old eigen test

    SteveBronder committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    16b9464 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. merge to develop

    SteveBronder committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    8b7e30f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74f14f3 View commit details
    Browse the repository at this point in the history
  3. fix includes for require

    SteveBronder committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    28aa38a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/require-eigen-matrix' of github.com:stan-dev/ma…

    …th into feature/require-eigen-matrix
    SteveBronder committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    e9ee8cc View commit details
    Browse the repository at this point in the history