示例#1
0
文件: TestUtils.cs 项目: phreed/GMac
 public static string DescribeMatrix(MathematicaMatrix matrix)
 {
     return(matrix.ToString());
 }