示例#1
0
 public void MatrixInnerProduct()
 {
     Assert.AreEqual(new Complex(25, -7), ComplexMatrix.InnerProduct(m4, m7));
 }