gcc/libstdc++-v3/testsuite/ext
Alexandre Oliva c787deb012 skip Cholesky decomposition in is>>n_mv_dist
normal_mv_distribution maintains the variance-covariance matrix param
in Cholesky-decomposed form.  Existing param_type constructors, when
taking a full or lower-triangle varcov matrix, perform Cholesky
decomposition to convert it to the internal representation.  This
internal representation is visible both in the varcov() result, and in
the streamed-out representation of a normal_mv_distribution object.

The problem is that when that representation is streamed back in, the
read-back decomposed varcov matrix is used as a lower-triangle
non-decomposed varcov matrix, and it undergoes Cholesky decomposition
again.  So, each cycle of stream-out/stream-in changes the varcov
matrix to its "square root", instead of restoring the original
params.

This patch includes Corentin's changes that introduce verification in
testsuite/ext/random/normal_mv_distribution/operators/serialize.cc and
other similar tests that the object read back in compares equal to the
written-out object: the modified tests pass only if (u == v).

This patch also fixes the error exposed by his change, introducing an
alternate private constructor for param_type, used only by operator>>.


for  libstdc++-v3/ChangeLog

	* include/ext/random
	(normal_mv_distribution::param_type::param_type): New private
	ctor taking a decomposed varcov matrix, for use by...
	(operator>>): ... this, befriended.
	* include/ext/random.tcc (operator>>): Use it.
	(normal_mv_distribution::param_type::_M_init_lower): Adjust
	member function name in exception message.

for  libstdc++-v3/ChangeLog
from  Corentin Gay  <gay@adacore.com>

	* testsuite/ext/random/beta_distribution/operators/serialize.cc,
	testsuite/ext/random/hypergeometric_distribution/operators/serialize.cc,
	testsuite/ext/random/normal_mv_distribution/operators/serialize.cc,
	testsuite/ext/random/triangular_distribution/operators/serialize.cc,
	testsuite/ext/random/von_mises_distribution/operators/serialize.cc:
	Add call to `VERIFY`.

From-SVN: r274233
2019-08-09 09:20:58 +00:00
..
bitmap_allocator Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383). 2019-07-25 09:36:38 +00:00
char8_t Fix tests that fail with -std=gnu++98 or -std=gnu++11 2019-06-06 13:13:42 +01:00
codecvt
concurrence_lock_error
concurrence_unlock_error
debug_allocator
enc_filebuf Remove obsolete Solaris 10 support 2019-05-14 17:17:23 +00:00
ext_pointer
forced_error
iota
is_heap
is_sorted
malloc_allocator
mt_allocator
new_allocator Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383). 2019-07-25 09:36:38 +00:00
numeric_traits
pb_ds
pool_allocator
random skip Cholesky decomposition in is>>n_mv_dist 2019-08-09 09:20:58 +00:00
rope
shared_ptr
slist
special_functions
stdio_filebuf
stdio_sync_filebuf
throw_allocator Remove Profile Mode, deprecated since GCC 7.1 2019-05-13 11:50:21 +01:00
throw_value
type_traits
vstring
concept_checks.cc
headers.cc Remove array_allocator extension, deprecated since 4.9.0 2019-05-13 11:49:58 +01:00
median.cc
pod_char_traits.cc