Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-26 | fixed cmod, sorting functions | Alberto Ruiz | |
2015-05-25 | range | Alberto Ruiz | |
2015-05-24 | Container, Product and Num instances for CInt elements | Alberto Ruiz | |
2015-05-21 | CInt elements, wip | Alberto Ruiz | |
2015-05-19 | solve uninstallablity in FreeBSD, a better urandom() | maxc01 | |
2015-03-11 | In C99 int32_t is from stdint.h | Thomas M. DuBuisson | |
A windows user was complaining about this issue on IRC today, so here's a patch. | |||
2014-12-29 | add semicoron | Kiwamu Ishikura | |
add semicoron | |||
2014-12-29 | use __APPLE__ instead of OSX | Kiwamu Ishikura | |
use __APPLE__ for predefined os detection OSX. | |||
2014-12-29 | to set srandom for OSX | Kiwamu Ishikura | |
To set srandom to use seed for OS X | |||
2014-12-29 | merge master | Kiwamu Ishikura | |
2014-12-29 | add random | Kiwamu Ishikura | |
to add srandom to set seed | |||
2014-12-21 | temporary non thread safe randomVector workaround for OSX | Alberto Ruiz | |
2014-12-14 | change drand48_r to random_r | Alberto Ruiz | |
2014-12-13 | use random() instead of drand48_r | Kiwamu Ishikura | |
drand48_r cannot be used in OS X, and also it uses linear congruential generators. | |||
2014-12-01 | remove static state in gaussrand | Alberto Ruiz | |
2014-12-01 | change rand() to drand48_r | Alberto Ruiz | |
(I have tried also random_r but got segfaults on exit) (?) | |||
2014-09-07 | fix min/maxIndex bug, add tests, thanks | Alberto Ruiz | |
2014-06-12 | improved loadMatrix | Alberto Ruiz | |
2014-06-11 | roundVector | Alberto Ruiz | |
2014-06-10 | sortVector | Alberto Ruiz | |
2014-05-22 | initial support for sparse matrix | Alberto Ruiz | |
2014-05-20 | random numbers in base | Alberto Ruiz | |
2014-05-20 | loadMatrix, saveMatrix | Alberto Ruiz | |
2014-05-15 | moved complex mapVal and zip | Alberto Ruiz | |
2014-05-15 | moved map complex | Alberto Ruiz | |
2014-05-14 | moved map real | Alberto Ruiz | |
2014-05-14 | fix size bug | Alberto Ruiz | |
2014-05-14 | moved sum | Alberto Ruiz | |
2014-05-14 | vectorized operations in base | Alberto Ruiz | |