Skip to content

Conversation

@dotChris90
Copy link
Member

  • removed all legacy code related to NDArray
  • NDStorage now capable of Row wise and Column Wise Matrix Layout (or better forward / backward for higher dimensions)
  • for QR and LAPACK in general --> row wise best
  • many methods of numpy looks like column wise --> that was the reason
  • added many many storage unit tests
  • be careful!!!! official working way at moment is GetData and CloneData for access from Storage
  • The shortcuts was removed because in VS Code made debugger not working …. (we cannot let it throw endless errors so if shortcut member fits dtype return this values but if not return null)
  • Data will be added as shortcut in next commit

@dotChris90 dotChris90 merged commit 10d526c into SciSharp:master Dec 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant