public void Transpose4()
 {
     A.Transpose();
     Assert.IsTrue(GeneralTests.Check(A.NormF(), System.Math.Sqrt(sumofsquares)));
 }