summaryrefslogtreecommitdiff
path: root/p-spin.hpp
AgeCommit message (Collapse)Author
2021-02-25Many changes.Jaron Kent-Dobias
2021-02-17Rearranged some functions among files, and wrote the normalize function to ↵Jaron Kent-Dobias
take generic Eigen expressions.
2021-02-17Algorithmic tweaks to rope relaxation now suceeds in finding Stokes lines ↵Jaron Kent-Dobias
relatively quickly.
2021-01-15Moved function to more appropriate header.Jaron Kent-Dobias
2021-01-15More changes.Jaron Kent-Dobias
2021-01-15Converted more of library to templates accepting generic Scalar types and pJaron Kent-Dobias
2021-01-14Tiny formatting change.Jaron Kent-Dobias
2021-01-14Updated W and dW to use correct constrained gradient.Jaron Kent-Dobias
2021-01-08Fixed some bugs, and made the simulation catch errors correctly.Jaron Kent-Dobias
2021-01-07Cleaned up includes.Jaron Kent-Dobias
2021-01-07Implemented some lazy optimizations and C++17isms.Jaron Kent-Dobias
2021-01-05Small clean-up.Jaron Kent-Dobias
2021-01-05A lot of work, and fixed a huge bug regarding the meaning of .dot in the ↵Jaron Kent-Dobias
Eigen library for complex vectors.
2021-01-05Refactor in preparation to resume using the stereographic library for ↵Jaron Kent-Dobias
Newton's method.