public override void DoScaleInverse <T>(NArray <T> a, T scale, NArray <T> result)
 {
     _builder.AddScaleInverseOperation <T>(a, scale, result);
 }