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

inefficient data types #34

Open
mikebosse opened this issue Oct 10, 2014 · 1 comment
Open

inefficient data types #34

mikebosse opened this issue Oct 10, 2014 · 1 comment

Comments

@mikebosse
Copy link
Contributor

The base coefficient class already declares the values as a dynamic eigen vector, so when implementing derived classes we can't really take advantage of efficient statically sized vectors.

Is there a better way to design the interfaces, perhaps to use more templates, so that we can take advantage of efficient Block Auto Differentiation routines, and not have so much superfluous allocation, deallocation and copying of data?

@gawela
Copy link
Contributor

gawela commented Jan 15, 2015

@mikebosse I think we go much closer to this goal with the latest developments - do you think we can close this issue?

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

No branches or pull requests

2 participants