[][src]Type Definition rstat::multivariate::normal::Grad

type Grad = Grad<Vector<f64>, Matrix<f64>>;

Trait Implementations

impl Mul<f64> for MvNormalGrad[src]

type Output = MvNormalGrad

The resulting type after applying the * operator.