コード例 #1
0
ファイル: Matrix.cs プロジェクト: YChuan1115/HeuristicLab
 public void Transpose()
 {
     DllImporter.igraph_matrix_transpose(matrix);
 }