|
|
78a3a7b9c2
|
add optional argument to enable overriding sort order or eigenvalues/vectors
|
2024-04-02 23:28:14 -04:00 |
|
|
|
21745538a7
|
Revert "change ordering of eigenvalues in jacobi3() function. update tests."
This reverts commit c4eadd3a59.
|
2024-04-02 23:02:04 -04:00 |
|
|
|
c4eadd3a59
|
change ordering of eigenvalues in jacobi3() function. update tests.
|
2024-03-26 01:52:07 -04:00 |
|
|
|
8cd34af4f0
|
enable and apply clang-format to a whole bunch of small .cpp files in src/
|
2023-03-25 09:59:25 -04:00 |
|
|
|
2132b1d904
|
update developer reference text
|
2022-10-24 11:08:26 -04:00 |
|
|
|
cccf3f6f78
|
change email for contacting LAMMPS developers, add to homepage checker
|
2022-10-20 20:36:03 -04:00 |
|
|
|
09c19a936b
|
update URLs in source code and manual
|
2021-05-24 14:18:20 -04:00 |
|
|
|
d1941392d3
|
disable clang-format for all existing .cpp files (for now)
|
2021-05-05 23:53:38 -04:00 |
|
|
|
fab571cf6b
|
IWYU reported header updates
|
2021-04-13 00:47:49 -04:00 |
|
|
|
adf74b3a22
|
use https://lammps.sandia.gov based URLs consistently
|
2020-10-21 16:45:30 -04:00 |
|
|
|
942ed3afeb
|
update copyright headers to match LAMMPS' conventions
|
2020-09-16 17:35:58 -04:00 |
|
|
|
10991ee638
|
separate the MathEigen implementation into its own header file
|
2020-09-16 14:06:58 -04:00 |
|
|
|
2ab0878c9e
|
remreduced compile time by removing unnecessary instantiations from math_eigen.cpp
|
2020-09-09 14:43:28 -07:00 |
|
|
|
a57a1404f3
|
bug fix fix unit tests, improve doc readability, and to prevent accidentally allocating memory on the heap. (Note: All of these changes are related to "jacobi3()". That function instantiates Jacobi without allocating memory on the heap, and this created some headaches. The original code at https://github/jewettaij/jacobi_pd does not have this feature, and the unit tests there do not test for these kinds of errors. Hopefully this commit fixes everything.)
|
2020-09-06 20:05:47 -07:00 |
|
|
|
b29522273a
|
changed the "trim_and_count_words()" function declaration in "utils.h" to make sphinx happy. Fixed some new spelling mistakes.
|
2020-09-06 09:40:28 -07:00 |
|
|
|
4b66414bdf
|
fixed a type error in math_eigen.h
|
2020-09-05 10:38:14 -07:00 |
|
|
|
57f82abae3
|
updated all code in LAMMPS to use the open-source "math_eigen.h" instead of "math_extra.h". Code in "lib" now uses its own abbreviated local version of the "math_eigen.h" file (which is named "jacobi_pd.h"), since it is not clear how code from "lib/" can access the code in "src/"
|
2020-09-05 01:39:27 -07:00 |
|