Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A general data structure for n-dimensional arrays #2534

Closed
karlnapf opened this issue Aug 23, 2014 · 5 comments
Closed

A general data structure for n-dimensional arrays #2534

karlnapf opened this issue Aug 23, 2014 · 5 comments
Labels

Comments

@karlnapf
Copy link
Member

I think we should re-think the array data structures we have. Most other libraries have a general tensor notation, including views. In particular, we should investigate how we can use external code for this.

Main functions should be

Or can we solve this otherwise somehow? In any case, we should aim for some major clean ups there. The current SGMatrix structure is polluted with lots of linear algebra operations, and not very flexible.

@karlnapf
Copy link
Member Author

Issues that touch this:
#2181 #2136 #2123 #2000

@dheelakhiladi
Copy link

@karlnapf I would like to take this issue, how to start working ?

@karlnapf
Copy link
Member Author

This is nontrivial, please only attempt if you have an idea what you are doing.
Googling libraries for this is the first step. Note that we want just memory management of such structures, math operations will be done via linalg

@stale
Copy link

stale bot commented Feb 26, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 26, 2020
@stale
Copy link

stale bot commented Mar 4, 2020

This issue is now being closed due to a lack of activity. Feel free to reopen it.

@stale stale bot closed this as completed Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants