コード例 #1
0
ファイル: daMatrix.cs プロジェクト: htna/explsolv
 public daMatrix Append(_daMatrix right)
 {
     return(new daMatrix(val.Append(right)));
 }