switch_and_permute: Apply sign switchings and column permutations
Description
Help function, not really meant to be used by the average user.
Usage
switch_and_permute(lambda_mcmc, switch_vectors, permute_vectors)
Value
reordered lambda_mcmc
according to sign and permutations provided.
Arguments
- lambda_mcmc
MCMC input.
- switch_vectors
Sign vectors.
- permute_vectors
Permutation vectors.
Author
Panagiotis Papastamoulis