C# Class Utils.ParallelHelper

Datei anzeigen Open project: geofftnz/TestBench1

Public Methods

Method Description
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

Method Details

For2D() public static method

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

For2D() public static method

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

For2DParallel() public static method

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

For2DParallel() public static method

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

For2DParallelBatched() public static method

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

For2DParallelOffset() public static method

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
return void

For2DParallelUnrolled() public static method

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

For2DParallelUnrolled() public static method

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

For2DSingle() public static method

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