C# 클래스 Utils.ParallelHelper

파일 보기 프로젝트 열기: geofftnz/TestBench1

공개 메소드들

메소드 설명
For2D ( int Width, int Height, Action op ) : void
For2D ( int Width, int Height, Action op ) : void
For2DParallel ( int Width, int Height, Action op ) : void
For2DParallel ( int Width, int Height, Action op ) : void
For2DParallelBatched ( int Width, int Height, Action op ) : void
For2DParallelOffset ( int Width, int Height, int xofs, int yofs, int>.Action op ) : void
For2DParallelUnrolled ( int Width, int Height, Action op ) : void
For2DParallelUnrolled ( int Width, int Height, Action op ) : void
For2DSingle ( int Width, int Height, Action op ) : void

메소드 상세

For2D() 공개 정적인 메소드

public static For2D ( int Width, int Height, Action op ) : void
Width int
Height int
op Action
리턴 void

For2D() 공개 정적인 메소드

public static For2D ( int Width, int Height, Action op ) : void
Width int
Height int
op Action
리턴 void

For2DParallel() 공개 정적인 메소드

public static For2DParallel ( int Width, int Height, Action op ) : void
Width int
Height int
op Action
리턴 void

For2DParallel() 공개 정적인 메소드

public static For2DParallel ( int Width, int Height, Action op ) : void
Width int
Height int
op Action
리턴 void

For2DParallelBatched() 공개 정적인 메소드

public static For2DParallelBatched ( int Width, int Height, Action op ) : void
Width int
Height int
op Action
리턴 void

For2DParallelOffset() 공개 정적인 메소드

public static For2DParallelOffset ( int Width, int Height, int xofs, int yofs, int>.Action op ) : void
Width int
Height int
xofs int
yofs int
op int>.Action
리턴 void

For2DParallelUnrolled() 공개 정적인 메소드

public static For2DParallelUnrolled ( int Width, int Height, Action op ) : void
Width int
Height int
op Action
리턴 void

For2DParallelUnrolled() 공개 정적인 메소드

public static For2DParallelUnrolled ( int Width, int Height, Action op ) : void
Width int
Height int
op Action
리턴 void

For2DSingle() 공개 정적인 메소드

public static For2DSingle ( int Width, int Height, Action op ) : void
Width int
Height int
op Action
리턴 void