Example #1
0
 public string MatrixSumTest(IMatrix <double> lhs, IMatrix <double> rhs)
 {
     return(lhs.AddMatrix(rhs).GetStringMatrix());
 }