about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/BNT/potentials/@cpot/pot_to_marginal.m
blob: 4c3fb79f288299d292a58d6e6d9f7883e6c3b128 (plain)
1
2
3
4
5
6
function m = pot_to_marginal(pot)
% POT_TO_MARGINAL Convert a cpot to a marginal structure.
% m = pot_to_marginal(pot)

mom = cpot_to_mpot(pot);
m = pot_to_marginal(mom);