/// <summary>
 /// Gets the inverse <see cref="LINA.AlgebraOperation"/> with the specified left operand.
 /// </summary>
 /// <param name="left">The left operand.</param>
 public AlgebraOperation this[Algebrable left] {
     get {
         return(Op.GetInverse(left));
     }
 }