about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/BNT/potentials/@dpot/approxeq_pot.m
blob: b0f8d0ed6d44c9633ca467d1eff57d64cb2fd107 (plain)
1
2
3
4
5
function p = approxeq_pot(A, B, tol)

if nargin < 3, tol = 1e-3; end

p = approxeq(A.T, B.T, tol);