Commit Graph
7033 Commits
Author SHA1 Message Date
Dongryeol Lee f1795a466d Now the timing comparison between the two is fair 2007-09-28 18:27:00 +00:00
Dongryeol Lee 83ef1edacb Starting implementation of dual-tree based orthogonal range queries 2007-09-28 17:52:55 +00:00
Dongryeol Lee c03888366d All bugs fixed for single-tree orthogonal range queries 2007-09-28 14:51:56 +00:00
Dongryeol Lee a25ecde120 Fully ported tree-based orthogonal range search 2007-09-28 03:17:21 +00:00
gmravi2003 e867f7f852 Added allknn directory (initial checkin) 2007-09-27 20:58:47 +00:00
gmravi2003 bbee07724d made my home directory 2007-09-27 20:39:01 +00:00
Dongryeol Lee e5b05079b1 Now compilable, still need to port the rest 2007-09-27 20:15:23 +00:00
Dongryeol Lee b147e46db7 main driver added 2007-09-27 20:07:54 +00:00
Dongryeol Lee 9fbe5d12d8 restructuring 2007-09-27 19:57:09 +00:00
Dongryeol Lee 25a9ac28a9 Initial check in of LHC stuff 2007-09-27 19:51:30 +00:00
Dongryeol Lee 6499060b94 Added in combination enumerator, now ready to transition to hybrid algorithm 2007-09-27 13:22:11 +00:00
Dongryeol Lee 1f8d94a184 final bug fix on three-way convolution - fixed the bug that made the centroid of each node as zero vector 2007-09-27 02:53:25 +00:00
Dongryeol Lee 6745f1aeed More memory bug fix for seriesexpansion class 2007-09-27 00:57:31 +00:00
Dongryeol Lee 29fb878293 some minor changes, regarding generalization beyond 3-body 2007-09-26 21:22:32 +00:00
Dongryeol Lee 3de611ad2a More compilation fixes, still need to add in error bound computation for convolution and more fancier approximation methods 2007-09-26 02:24:54 +00:00
Dongryeol Lee 0ea9900821 Added in three-way convolution for Gaussian in multibody code 2007-09-26 02:16:37 +00:00
Dongryeol Lee d2a4268ff2 Test case added for Three way convolution of Gaussian sums 2007-09-26 01:32:46 +00:00
Dongryeol Lee 29ea120792 All bugs fixed for three-way convolution 2007-09-26 00:26:06 +00:00
Dongryeol Lee 3837fbe43c Convolution form of three-body summation added, but needs debugging 2007-09-25 21:21:19 +00:00
Dongryeol Lee 60a4dbb6ca Basic form of 3-way convolution added for series expansion 2007-09-24 22:12:09 +00:00
Dongryeol Lee 307b88f97e more code cleanup 2007-09-24 20:39:08 +00:00
vasiloglou 1e128e5114 minor updates 2007-09-24 14:43:09 +00:00
vasiloglou 2acbf3661d before the official presentation 2007-09-23 17:04:15 +00:00
Dongryeol Lee 58d7b98982 more code restructuring, with MultibodyKernel defined 2007-09-23 03:32:02 +00:00
Dongryeol Lee 23b975d02c more code restructuring, with MultibodyKernel defined 2007-09-23 03:31:52 +00:00
Dongryeol Lee 2761ff3427 Pruning rule with error reclamation 2007-09-23 01:20:01 +00:00
Dongryeol Lee 8f15abd40f multibody porting completed, now have to add in expansion stuff 2007-09-22 22:41:40 +00:00
vasiloglou ffaa9c0e5c after the dry run 2007-09-22 20:35:10 +00:00
Dongryeol Lee 97f1dc1870 Exhaustive multibody coded in for three-body Gaussian 2007-09-22 00:57:09 +00:00
Dongryeol Lee 1c843f20a4 Added the basic finite difference scheme, now debugging and unit testing remains 2007-09-21 23:41:15 +00:00
vasiloglou 763bf0230e before dry run in fastlab 2007-09-21 18:18:57 +00:00
vasiloglou c79d8f2a01 more corrections 2007-09-21 15:53:48 +00:00
Dongryeol Lee 44d5b9e295 Porting in progress, added in basic skeleton of the code 2007-09-21 14:41:17 +00:00
Dongryeol Lee d788019d12 Initial checkin of multibody code 2007-09-21 03:53:20 +00:00
Dongryeol Lee cb4caf6f12 2007-09-21 01:05:09 +00:00
Dongryeol Lee 99259a902c Ported over error bound computation for Gaussian expansions 2007-09-21 01:04:35 +00:00
Dongryeol Lee 81918e8290 Removed series_expansion.h since it was split into FarFieldExpansion and LocalExpansion 2007-09-20 23:44:17 +00:00
Dongryeol Lee 6db797326c Epanechinkov expansion bug finally caught 2007-09-20 21:21:58 +00:00
Dongryeol Lee 2a8ffbdb32 Objectification complete, need to fill out error bound functions 2007-09-20 20:26:03 +00:00
vasiloglou 93776450c7 integrated Alex's comments 2007-09-20 18:31:47 +00:00
vasiloglou a7d06afe80 before alex 2007-09-20 00:18:07 +00:00
Dongryeol Lee 3cc66ad2dc Added LocalExpansion class (to be ported over from SeriesExpansion class) 2007-09-19 23:55:52 +00:00
Dongryeol Lee 98fc958b6b Going to break up SeriesExpansion class into FarFieldExpansion and LocalExpansion classes (objectifying) 2007-09-19 23:04:51 +00:00
Dongryeol Lee 0cd3b0bbff Some fixes for cancellation error that might pop up for complex cases 2007-09-19 19:55:48 +00:00
Dongryeol Lee c10db0e1cd Now supports Epanechinkov transform using the generalized FMM framework. Need to workout some cancellation error issue 2007-09-19 19:07:24 +00:00
vasiloglou 028cb169c7 more corrections after the first dry run 2007-09-19 03:36:51 +00:00
vasiloglou f994a7fad4 corrections before the first dry run 2007-09-19 02:49:55 +00:00
vasiloglou c0a49c3a99 nearly ready 2007-09-18 18:23:02 +00:00
Garry Boyer 906ea61b39 hi 2007-09-17 13:44:50 +00:00
Garry Boyer a41c042039 hi 2007-09-17 13:43:48 +00:00