Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
412dbebe1b8adb9d6c3365e3b076139c675d0e03
/
libcxx
/
test
/
numerics
412dbeb
license change
by Howard Hinnant
· 15 years ago
7609c9b
Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature.
by Howard Hinnant
· 15 years ago
a0eaf60
Fixing whitespace problems
by Howard Hinnant
· 15 years ago
03ec83e
Implemented some adaptor constructors which I had missed.
by Howard Hinnant
· 15 years ago
40c7ef9
[numeric.iota]
by Howard Hinnant
· 15 years ago
b4d2fd2
[rand.dist.samp.plinear]. This means we've got a fully tested and functional <random>! 489 tests over 48 sections are passing. :-) The only thing still on my plate in this area is to back-port some of this technology to random_shuffle/shuffle in <algorithm>. That will involve shuffling header bits around (<random> depepends on <algorithm>), but it won't entail that much development (compared to what has been required for <random>).
by Howard Hinnant
· 15 years ago
e302eab
[rand.dist.samp.pconst] plus some bug fixes in the tests of the other distributions
by Howard Hinnant
· 15 years ago
fb0e5ec
[rand.dist.samp.discrete]
by Howard Hinnant
· 15 years ago
ecbb921
[rand.dist.norm.t]
by Howard Hinnant
· 15 years ago
e31e36f
[rand.dist.norm.f]
by Howard Hinnant
· 15 years ago
34c3b52
Better cauchy tests
by Howard Hinnant
· 15 years ago
6692b26
[rand.dist.norm.cauchy]. I'm having trouble testing the output as all statistical properties are undefined. They do not converge upon any one value as the number of samples increases. Suggestions for tests welcome.
by Howard Hinnant
· 15 years ago
fd5c3a3
[rand.dist.norm.lognormal]
by Howard Hinnant
· 15 years ago
c675d98
[rand.dist.pois.extreme]
by Howard Hinnant
· 15 years ago
05fa30d
[rand.dist.bern.geo]
by Howard Hinnant
· 15 years ago
89eaea2
[rand.dist.bern.negbin]
by Howard Hinnant
· 15 years ago
45a9997
Beefed up the tests for all of the distributions to include checks against the expected skewness and kurtosis
by Howard Hinnant
· 15 years ago
b882982
[rand.dist.pois.weibull]
by Howard Hinnant
· 15 years ago
e390073
[rand.dist.norm.chisq]
by Howard Hinnant
· 15 years ago
932ce81
Revisited [rand.dist.bern.bin] and [rand.dist.pois.poisson] with better algorithms
by Howard Hinnant
· 15 years ago
0e67581
[rand.dist.pois.poisson]
by Howard Hinnant
· 15 years ago
7070922
[rand.dist.pois.gamma]
by Howard Hinnant
· 15 years ago
f8bfb45
partial [rand.dist.pois.gamma]
by Howard Hinnant
· 15 years ago
6f97c4e
[rand.dist.norm.normal]
by Howard Hinnant
· 15 years ago
bcc4ff0
[rand.dist.pois.exp]
by Howard Hinnant
· 15 years ago
c1cb949
tests for [rand.dist.bern.bin]
by Howard Hinnant
· 15 years ago
deb23ec
[rand.dist.bern.bin]. The evaluation function for this binomial distribution is hopefully just a placeholder. It is using the simplest and slowest method for computing the distribution and needs to be upgraded.
by Howard Hinnant
· 15 years ago
5b08a8a
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 15 years ago
3e51952
libcxx initial import
by Howard Hinnant
· 15 years ago