Exemplo n.º 1
0
 public void ToStringTest()
 {
     MatrixF m = new MatrixF(3, 4, rowMajor, MatrixOrder.RowMajor);
       Assert.IsFalse(String.IsNullOrEmpty(m.ToString()));
 }