1. 15 Dec, 2016 1 commit
    • Addison Elliott's avatar
      Added N-dim submat selection with vectors · eb04b2bf
      Addison Elliott authored
      Currently, to select a submatrix of a N-dimensional matrix, it requires
      two lines of code while only one line of code is required if using a 2D
      array.
      
      I added functionality to be able to select an N-dim submatrix using a
      vector list instead of a Range pointer. This allows initializer lists to
      be used for a one-line selection.
      eb04b2bf
  2. 16 Dec, 2016 5 commits
  3. 15 Dec, 2016 10 commits
  4. 14 Dec, 2016 17 commits
  5. 13 Dec, 2016 7 commits