1. 05 Jul, 2016 3 commits
    • Ben North's avatar
      Fix handling of one-dimensional input arrays · 93594a38
      Ben North authored
      In eigen.h, type_caster<Type>::load():  For the 'ndim == 1' case, use
      the 'InnerStride' type because there is only an inner stride for a
      vector.  Choose between (n_elts x 1) or (1 x n_elts) according to
      whether we're constructing a Vector or a RowVector.
      93594a38
    • Ben North's avatar
      Add tests for doubling row- and col-vectors · 4a22091d
      Ben North authored
      Passing a non-contiguous one-dimensional numpy array gives incorrect
      results, so three of these tests fail.  The only one passing is the
      simple case where the numpy array is contiguous and we are building a
      column-major vector.  Subsequent commit will fix the three failing
      cases.
      4a22091d
    • Ben North's avatar
      b063e64b
  2. 01 Jul, 2016 8 commits
  3. 30 Jun, 2016 4 commits
  4. 28 Jun, 2016 1 commit
  5. 27 Jun, 2016 1 commit
  6. 22 Jun, 2016 3 commits
  7. 21 Jun, 2016 2 commits
  8. 17 Jun, 2016 2 commits
  9. 16 Jun, 2016 1 commit
  10. 15 Jun, 2016 3 commits
  11. 14 Jun, 2016 5 commits
  12. 12 Jun, 2016 2 commits
  13. 03 Jun, 2016 5 commits