1. 05 Jul, 2016 1 commit
    • 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
  2. 05 May, 2016 1 commit