njoy / math

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

Added Vector, Matrix and SparseMatrix classes to the math API #34

Closed whaeck closed 8 years ago

whaeck commented 8 years ago

This pull request requires the pull request on the Eigen library to be resolved. I am closing this one until then.

whaeck commented 8 years ago

Reopened the request now that the Eigen pull request has been merged.

No need to merge it yet, this is just to see if the test are run properly now. I will add the Array class later today.

whaeck commented 8 years ago

This can be merged now. I'll work on the operator*= issue with the SParseMatrix when I have time.

apmccartney commented 8 years ago

If this feature is complete, you have my blessing to merge