njoy / math

A library providing mathematical abstractions encountered in nuclear data
Other
1 stars 0 forks source link

Added Eigen as submodule and modified subprojects accordingly #33

Closed apmccartney closed 8 years ago

apmccartney commented 8 years ago

Added Eigen as a submodule of math. Intent is for use in evaluating the zeros of seriesExpansion by determining the eigenvalues of the companion matrix.

whaeck commented 8 years ago

I tried doing this last night as well on my machine but when I used fetchDependencies, it told me that git didn't know Eigen.

Apparently, I do not yet understand completely how I have to do it because this works. I checked out the branch and did the fetchDependencies and it fetches Eigen.

I think we can do the merge.