sort by:
Revision Author Date Message Commit Date
8fac4e9 README updated Link to paper added 24 April 2016, 03:19:37 UTC
260deab Update LICENSE 16 July 2015, 05:12:18 UTC
46960e9 missing ; 30 June 2015, 07:26:19 UTC
369cf8b Added function prototypes called functions are now on-top of files 30 June 2015, 07:25:22 UTC
afeceae Added header file common_func.h 30 June 2015, 07:10:24 UTC
44d0be5 All heavy lifting in C now Instead of calling C functions multiple times from R, the c-functions call each other. Also separated the naive algorithm to its own files. 30 June 2015, 04:59:56 UTC
8df8b01 Updated r_min() calc Replaced which(), pmin() and vectorised commands to determine r_min from theta,w-,w+,g,h * Now used C-code to iterate over r_min vector * also repeated length(x), length(f) etc evaluations are removed from within R-to-C wrapper functions 29 June 2015, 09:49:24 UTC
8285774 Added naive rolling min alg Can be used for testing speed etc. 25 June 2015, 06:29:37 UTC
0a61d90 Update clsa_min.Rd 24 June 2015, 13:48:45 UTC
96dac9a Update README.md 24 June 2015, 13:47:57 UTC
526d98a Update README.md 24 June 2015, 13:43:29 UTC
8d321d3 +Inf workaround for the moment using max(f) is a poor choice for speed, is 1e+100 a good choice for implementation? 24 June 2015, 13:36:29 UTC
324e365 exportPattern() update the included exportPattern(".") makes it so you export your functions so they can be used! 24 June 2015, 09:40:29 UTC
9ef64a9 updated NAMESPACE quote marks were wrong 24 June 2015, 09:34:27 UTC
1af7dd1 Delete clsaimp.so 24 June 2015, 09:31:17 UTC
3a63f80 Delete clsaimp.o 24 June 2015, 09:31:05 UTC
9c0f715 C-code version now included 24 June 2015, 09:30:04 UTC
b6cf233 Added C-code for speed All old functions have the suffix “_R” and are in class_pureR.R 24 June 2015, 09:29:25 UTC
3dfa366 Delete clsa.R 24 June 2015, 09:29:37 UTC
5748676 Update .gitignore 24 June 2015, 09:24:18 UTC
a902654 Update README.md 22 June 2015, 11:06:58 UTC
1eedf7d clearer fig 22 June 2015, 08:22:33 UTC
5a3d233 add figure 22 June 2015, 07:55:03 UTC
55c1be7 Update README.md 22 June 2015, 07:41:42 UTC
c4de49c added figure 22 June 2015, 07:38:46 UTC
42d3751 Update README.md 22 June 2015, 07:30:09 UTC
07f2351 Update README.md 22 June 2015, 07:28:49 UTC
d4ab43a Update README.md 22 June 2015, 07:28:06 UTC
c31515a mismatched brackets 22 June 2015, 07:22:36 UTC
a0e0e46 Update DESCRIPTION 22 June 2015, 07:20:35 UTC
1ea268c Depends change 3.1.0 no valid; 3.1.2 it is. 22 June 2015, 07:17:28 UTC
daf4c4e Update README.md 22 June 2015, 07:14:17 UTC
32221cd Update README.md 22 June 2015, 07:13:13 UTC
012ec3f Update README.md 22 June 2015, 07:12:42 UTC
a630ce7 Added NAMESPACE NAMESPACE file required 22 June 2015, 07:08:48 UTC
c86d19e Update DESCRIPTION 22 June 2015, 07:07:14 UTC
9b7062f Added code First commit of code 22 June 2015, 07:03:39 UTC
d3ca7a0 Update README.md 22 June 2015, 06:36:58 UTC
d4bdd5a Initial commit 22 June 2015, 05:53:53 UTC
back to top