Type Definition opendp::dist::L2Distance[][src]

pub type L2Distance<Q> = LpDistance<Q, 2>;

Trait Implementations