예제 #1
0
 [Benchmark] public void FastIndexing()
 {
     for (int i = 0; i < createdMatrix9.Shape[0]; i++)
     {
         for (int j = 0; j < createdMatrix9.Shape[1]; j++)
         {
             var c = createdMatrix9.GetValueNoCheck(i, j);
         }
     }
 }