1. Jul 06, 2016
    • 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. Jul 02, 2016
  3. Jul 01, 2016
  4. Jun 30, 2016
  5. Jun 29, 2016
  6. Jun 27, 2016
  7. Jun 22, 2016
  8. Jun 21, 2016
  9. Jun 18, 2016
  10. Jun 17, 2016
  11. Jun 16, 2016
  12. Jun 14, 2016
  13. Jun 12, 2016
  14. Jun 04, 2016