コード例 #1
0
 public void Transpose3()
 {
     A.Transpose();
     Assert.IsTrue(GeneralTests.Check(A.NormInf(), rowsummax));
 }