summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-11Draft code for finding Stokes lines via relaxing ropes.Jaron Kent-Dobias
2021-02-11Added code to try and find critical points at very large a.Jaron Kent-Dobias
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-15Removed unnecessary include.Jaron Kent-Dobias
2021-01-14Tiny formatting change.Jaron Kent-Dobias
2021-01-14Catch errors in the J-perturbing loop and save entire vectors, not just their...Jaron Kent-Dobias
2021-01-14Updated W and dW to use correct constrained gradient.Jaron Kent-Dobias
2021-01-12Changed code to now find nearby saddles and perturb J.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-07Reformatted a funny line.Jaron Kent-Dobias
2021-01-07Ignore data files in this directory.Jaron Kent-Dobias
2021-01-06Report stall to cerr instead of cout.Jaron Kent-Dobias
2021-01-06Made many sane default arguments to the saddle finding functions.Jaron Kent-Dobias
2021-01-06Cleaned up code and removed unused portions.Jaron Kent-Dobias
2021-01-06Got Newton's method working well.Jaron Kent-Dobias
2021-01-06Better saddle-finding algorithm. Cristoffel symbols still need fixing.Jaron Kent-Dobias
2021-01-06Lots of work, and fixed bug stemming from choice of matrix algorithm.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 Eige...Jaron Kent-Dobias
2021-01-05New function to create random vectors.Jaron Kent-Dobias
2021-01-05Sorted includes differently.Jaron Kent-Dobias
2021-01-05Eliminated one pesky helper function.Jaron Kent-Dobias
2021-01-05Refactor in preparation to resume using the stereographic library for Newton'...Jaron Kent-Dobias
2021-01-05Some helpful comments.Jaron Kent-Dobias
2021-01-05Slightly better treatement of the global constant.Jaron Kent-Dobias
2021-01-05Ran clang-format.Jaron Kent-Dobias
2021-01-05Removed uncessesary includes.Jaron Kent-Dobias
2021-01-05Cleaned up some notition.Jaron Kent-Dobias
2021-01-05Lots of work, refactoring.Jaron Kent-Dobias
2021-01-04A lot of uncompleted work.Jaron Kent-Dobias
2020-12-29New parameter to control length of Langevin simulation.Jaron Kent-Dobias
2020-12-29Camel cased some function names.Jaron Kent-Dobias
2020-12-29Nicer variable names in gradHess function.Jaron Kent-Dobias
2020-12-29Fixed very stupid mistake.Jaron Kent-Dobias
2020-12-29Fixed mistake in constraint step.Jaron Kent-Dobias
2020-12-29Initial commit.Jaron Kent-Dobias
2020-12-28Added random number generation submodules.Jaron Kent-Dobias