/// <summary>
 /// Inverts all matrices in a tensor
 /// </summary>
 public void TensorMatrixInvert()
 => Inversion <T, TWrapper> .TensorMatrixInvert(this);