Implement the Nakagami statistical distribution as an extension.
authorEdward Smith-Rowland <3dw4rd@verizon.net>
Tue, 18 Sep 2012 16:14:09 +0000 (16:14 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Tue, 18 Sep 2012 16:14:09 +0000 (16:14 +0000)
commit19ece7ec02d7d09ed71e40dce212ff16d8faae29
treed879c7cfebdcabfd3d773bf9a505b560727a2f08
parent772a71a95943f4f8fcb45d74e4e398abbe6c74f7
Implement the Nakagami statistical distribution as an extension.

From-SVN: r191434
libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/random
libstdc++-v3/include/ext/random.tcc
libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/default.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/parms.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/equal.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/inequal.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/serialize.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/nakagami_distribution/requirements/explicit_instantiation/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/nakagami_distribution/requirements/typedefs.cc [new file with mode: 0644]