Commit Graph
101 Commits
Author SHA1 Message Date
conrad fe8097439b optional debugging code 2021-01-03 12:59:20 +10:00
conrad cf01df3922 fix 2021-01-03 01:53:30 +10:00
conrad abfb31c43f take into account possible decomposition failures due to random matrices 2021-01-03 01:48:38 +10:00
conrad 2bd8600f5a allow leeway 2021-01-03 01:24:50 +10:00
conrad 801977b24a rework eigs_sym() with sigma test 2021-01-03 01:14:01 +10:00
conrad adf3303ba8 don't use rand() due to its range 2021-01-03 01:00:24 +10:00
conrad a83ca16904 don't use rand() due to its range 2021-01-03 00:55:32 +10:00
conrad 7ed3cd84cb fix 2021-01-02 02:17:02 +10:00
conrad 07feeed4f8 better wording 2021-01-02 02:10:35 +10:00
conrad a850a94312 clarification on use of SuperLU for shift-invert mode 2021-01-02 02:07:19 +10:00
conrad 02cd01e0e5 more details 2021-01-02 01:52:28 +10:00
conrad bc9b66f805 make the type conversion explicit 2021-01-02 00:50:08 +10:00
conrad 9b4445f73b spelling 2021-01-02 00:31:52 +10:00
conrad a433da4102 simplification 2021-01-01 17:32:11 +10:00
conrad 7c9308a7d7 use more efficient conversion to supermatrix 2021-01-01 17:29:00 +10:00
conrad 66a9bddbf7 avoid inserting zero when diagonal element is equal to sigma 2021-01-01 15:58:08 +10:00
conrad 6525c8e4c2 add validity indicator for more graceful error handling 2021-01-01 15:42:35 +10:00
conradsnicta 263918521f support for 'sigma' in the NEWARP version of eigs_sym() 2020-12-31 11:17:10 +00:00
Yixuan Qiu 51e0fd2141 Support for "sigma" in the NEWARP version of eigs_sym() 2020-12-31 11:17:10 +00:00
conrad 7044c0cd7d don't generate temporary sparse matrix when sigma is zero 2020-12-28 14:09:54 +10:00
conrad abc2603dae extend sparse trimatu()/trimatl() to handle specification of diagonal 2020-12-27 23:48:10 +10:00
conrad 0180fd1bfc remove TODO 2020-12-26 13:09:26 +10:00
conrad 1fe3102d43 add move constructors 2020-12-26 02:09:39 +10:00
conrad 45f0eceebc extend subview to allow copying from initializer_list 2020-12-26 00:11:07 +10:00
conrad fd5a72590e use arma_abs() instead of std::abs() 2020-12-24 00:53:42 +10:00
conrad 17f9c1aedc use arma_abs() instead of std::abs() 2020-12-24 00:30:22 +10:00
conrad 5079bb81ed include old line in commented out form 2020-12-23 14:20:16 +10:00
conradsnicta 328a2e6c0b Merge branch '10.2.x' into '10.2.x'
set INTERFACE includes to ${PROJECT_BINARY_DIR}/tmp/include

See merge request conradsnicta/armadillo-code!102
2020-12-23 04:14:16 +00:00
conrad 1e9e58a7bb better wording 2020-12-23 11:36:21 +10:00
conrad 79dcdaa098 fix 2020-12-23 01:15:00 +10:00
conrad c04f1179ec added links to ARPACK shift-invert docs 2020-12-23 00:55:12 +10:00
conrad 8a7e98acd0 more details 2020-12-23 00:45:24 +10:00
conrad 059fafdbcb fix 2020-12-23 00:24:47 +10:00
conrad 0189e8a272 fix 2020-12-23 00:23:10 +10:00
conrad b28be4758a extend is_real with yes/no 2020-12-22 16:10:59 +10:00
conrad e64b65049b fix 2020-12-22 16:01:51 +10:00
conrad 9eca672ea7 various fixes 2020-12-22 15:59:21 +10:00
conrad e392914538 refactor to avoid code bloat 2020-12-22 15:26:35 +10:00
conrad 39e7e0bc57 refactor to avoid code bloat 2020-12-22 15:04:06 +10:00
conrad 5fed339dd8 fix 2020-12-22 13:47:36 +10:00
conrad 0706c1c801 patch bump 2020-12-22 13:45:52 +10:00
conrad cd2618bfd6 comment out experimental code 2020-12-22 13:42:40 +10:00
conrad c9c7cf4473 refactor to use superlu_supermatrix_wrangler 2020-12-22 13:16:37 +10:00
conrad 332e2288ca refactor to use wranglers 2020-12-22 12:40:17 +10:00
conradsnicta 8b458f0b74 Merge branch 'eigs_rework' into '10.2.x'
rework handling of sigma by eigs_sym() and eigs_gen()

See merge request conradsnicta/armadillo-code!103
2020-12-22 01:51:14 +00:00
conrad 138b28801a remove debugging statements 2020-12-22 02:53:31 +10:00
conrad ab767d88d6 work out rcond to gracefully handle failure in shiftinvert 2020-12-22 02:50:55 +10:00
conrad a8bf6364bd definitions of xlangs and xgscon 2020-12-22 00:10:03 +10:00
conrad a84d443bc5 initial rework of the docs for eigs_sym() and eigs_gen() 2020-12-21 16:59:05 +10:00
conrad 717c88a7f8 initial rework of the shiftinvert code 2020-12-21 16:51:41 +10:00